pub struct LengthWrappedCont<'a, T>(pub &'a T);
Expand description
The function |i| AndThen<Bytes, T>
Tuple Fields§
§0: &'a T
Trait Implementations§
Source§impl<'b, T: Combinator> Continuation for LengthWrappedCont<'b, T>
impl<'b, T: Combinator> Continuation for LengthWrappedCont<'b, T>
Auto Trait Implementations§
impl<'a, T> Freeze for LengthWrappedCont<'a, T>
impl<'a, T> RefUnwindSafe for LengthWrappedCont<'a, T>where
T: RefUnwindSafe,
impl<'a, T> Send for LengthWrappedCont<'a, T>where
T: Sync,
impl<'a, T> Sync for LengthWrappedCont<'a, T>where
T: Sync,
impl<'a, T> Unpin for LengthWrappedCont<'a, T>
impl<'a, T> UnwindSafe for LengthWrappedCont<'a, T>where
T: RefUnwindSafe,
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
Source§impl<T, U> SpecTryInto<U> for Twhere
U: SpecTryFrom<T>,
impl<T, U> SpecTryInto<U> for Twhere
U: SpecTryFrom<T>,
Source§type Error = <U as SpecTryFrom<T>>::Error
type Error = <U as SpecTryFrom<T>>::Error
The type returned in the event of a conversion error.