pub struct Reader<'a, E, A> {
pub run_reader: Box<dyn Fn(E) -> A + 'a>,
}Fields§
§run_reader: Box<dyn Fn(E) -> A + 'a>Implementations§
Auto Trait Implementations§
impl<'a, E, A> Freeze for Reader<'a, E, A>
impl<'a, E, A> !RefUnwindSafe for Reader<'a, E, A>
impl<'a, E, A> !Send for Reader<'a, E, A>
impl<'a, E, A> !Sync for Reader<'a, E, A>
impl<'a, E, A> Unpin for Reader<'a, E, A>
impl<'a, E, A> UnsafeUnpin for Reader<'a, E, A>
impl<'a, E, A> !UnwindSafe for Reader<'a, E, A>
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