pub struct EffectInterpreter { /* private fields */ }Expand description
A Koka-style effect interpreter that runs a computation by dispatching each operation to registered handlers.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl Freeze for EffectInterpreter
impl !RefUnwindSafe for EffectInterpreter
impl !Send for EffectInterpreter
impl !Sync for EffectInterpreter
impl Unpin for EffectInterpreter
impl UnsafeUnpin for EffectInterpreter
impl !UnwindSafe for EffectInterpreter
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