pub struct DelimCont<A> { /* private fields */ }Expand description
Simulate shift/reset using a stack-based approach.
DelimCont<A> represents a computation that may capture its continuation.
Implementations§
Auto Trait Implementations§
impl<A> Freeze for DelimCont<A>
impl<A> !RefUnwindSafe for DelimCont<A>
impl<A> !Send for DelimCont<A>
impl<A> !Sync for DelimCont<A>
impl<A> Unpin for DelimCont<A>
impl<A> UnsafeUnpin for DelimCont<A>
impl<A> !UnwindSafe for DelimCont<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