pub struct Pied<T, Args, I, O> { /* private fields */ }
Expand description
Pied constructs the way we pipe between lots of functions via middleware
Trait Implementations§
Source§impl<T, Args, I, O> Middleware<I, O> for Pied<T, Args, I, O>
Implements the middleware trait for the main Pied structure
impl<T, Args, I, O> Middleware<I, O> for Pied<T, Args, I, O>
Implements the middleware trait for the main Pied structure
Auto Trait Implementations§
impl<T, Args, I, O> Freeze for Pied<T, Args, I, O>
impl<T, Args, I, O> !RefUnwindSafe for Pied<T, Args, I, O>
impl<T, Args, I, O> Send for Pied<T, Args, I, O>
impl<T, Args, I, O> Sync for Pied<T, Args, I, O>
impl<T, Args, I, O> Unpin for Pied<T, Args, I, O>
impl<T, Args, I, O> !UnwindSafe for Pied<T, Args, I, O>
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