pub struct UblReader;Expand description
Leitor simplificado de NDJSON.
Implementations§
Auto Trait Implementations§
impl Freeze for UblReader
impl RefUnwindSafe for UblReader
impl Send for UblReader
impl Sync for UblReader
impl Unpin for UblReader
impl UnwindSafe for UblReader
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