Struct data_url::forgiving_base64::Decoder
source · pub struct Decoder<F, E>where
F: FnMut(&[u8]) -> Result<(), E>,{ /* private fields */ }
Expand description
Implementations§
Auto Trait Implementations§
impl<F, E> RefUnwindSafe for Decoder<F, E>where F: RefUnwindSafe,
impl<F, E> Send for Decoder<F, E>where F: Send,
impl<F, E> Sync for Decoder<F, E>where F: Sync,
impl<F, E> Unpin for Decoder<F, E>where F: Unpin,
impl<F, E> UnwindSafe for Decoder<F, E>where F: UnwindSafe,
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