pub struct DistSyncConsumer;Implementations§
Source§impl DistSyncConsumer
impl DistSyncConsumer
pub fn new() -> Self
pub fn process_event(&self, raw: &[u8]) -> Option<DistSyncEvent>
Auto Trait Implementations§
impl Freeze for DistSyncConsumer
impl RefUnwindSafe for DistSyncConsumer
impl Send for DistSyncConsumer
impl Sync for DistSyncConsumer
impl Unpin for DistSyncConsumer
impl UnwindSafe for DistSyncConsumer
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