pub struct TracedF<M>(/* private fields */);Expand description
Type constructor for the Traced comonad: Of<T> = Box<dyn Fn(M) -> T>.
Trait Implementations§
Source§impl<M> ComonadTraced<M> for TracedF<M>
Available on crate features alloc or std only.
impl<M> ComonadTraced<M> for TracedF<M>
Available on crate features
alloc or std only.Auto Trait Implementations§
impl<M> Freeze for TracedF<M>
impl<M> RefUnwindSafe for TracedF<M>where
M: RefUnwindSafe,
impl<M> Send for TracedF<M>where
M: Send,
impl<M> Sync for TracedF<M>where
M: Sync,
impl<M> Unpin for TracedF<M>where
M: Unpin,
impl<M> UnsafeUnpin for TracedF<M>
impl<M> UnwindSafe for TracedF<M>where
M: UnwindSafe,
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