pub enum ConsoleEffect {
Print(String),
Read,
}Expand description
A simple algebraic effect for the interpreter.
Variants§
Auto Trait Implementations§
impl Freeze for ConsoleEffect
impl RefUnwindSafe for ConsoleEffect
impl Send for ConsoleEffect
impl Sync for ConsoleEffect
impl Unpin for ConsoleEffect
impl UnsafeUnpin for ConsoleEffect
impl UnwindSafe for ConsoleEffect
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