pub struct SourceFollower { /* private fields */ }
Expand description
A follower for BlockSource
Implementations§
Source§impl SourceFollower
impl SourceFollower
Sourcepub fn new(source: Box<dyn BlockSource>) -> Self
pub fn new(source: Box<dyn BlockSource>) -> Self
Create a new follower
Auto Trait Implementations§
impl Freeze for SourceFollower
impl !RefUnwindSafe for SourceFollower
impl Send for SourceFollower
impl Sync for SourceFollower
impl Unpin for SourceFollower
impl !UnwindSafe for SourceFollower
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more