pub struct FreeMonadInterpreter;Expand description
FreeMonadInterpreter runs a ConsoleProg against a provided handler.
Implementations§
Auto Trait Implementations§
impl Freeze for FreeMonadInterpreter
impl RefUnwindSafe for FreeMonadInterpreter
impl Send for FreeMonadInterpreter
impl Sync for FreeMonadInterpreter
impl Unpin for FreeMonadInterpreter
impl UnsafeUnpin for FreeMonadInterpreter
impl UnwindSafe for FreeMonadInterpreter
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