pub struct ContM<R, A> { /* private fields */ }Expand description
Continuation monad: ContM r a = (a -> r) -> r
Auto Trait Implementations§
impl<R, A> Freeze for ContM<R, A>
impl<R, A> !RefUnwindSafe for ContM<R, A>
impl<R, A> !Send for ContM<R, A>
impl<R, A> !Sync for ContM<R, A>
impl<R, A> Unpin for ContM<R, A>
impl<R, A> UnsafeUnpin for ContM<R, A>
impl<R, A> !UnwindSafe for ContM<R, 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