Trait UpdateSlice
trait UpdateSlice: Stream
Convert a Stream into an appropriate Output type
Required Methods
fn update_slice(self: Self, inner: <Self as >::Slice) -> SelfConvert an
Outputtype to be used asStream
Implementors
impl<T> UpdateSlice for &[T]impl<T> UpdateSlice for TokenSlice<'_, T>impl<I> UpdateSlice for Partial<I>impl UpdateSlice for &BStrimpl UpdateSlice for &Bytesimpl<I, S> UpdateSlice for Stateful<I, S>impl UpdateSlice for &strimpl<I> UpdateSlice for LocatingSlice<I>