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