pub struct ExecutableNode<P> { /* private fields */ }Expand description
A generic wrapper for a causal function. It handles the extraction from the Protocol, execution, and re-wrapping.
Implementations§
Trait Implementations§
Auto Trait Implementations§
impl<P> Freeze for ExecutableNode<P>
impl<P> !RefUnwindSafe for ExecutableNode<P>
impl<P> Send for ExecutableNode<P>
impl<P> Sync for ExecutableNode<P>
impl<P> Unpin for ExecutableNode<P>
impl<P> !UnwindSafe for ExecutableNode<P>
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