Trait UpdateSlice

trait UpdateSlice: Stream

Convert a Stream into an appropriate Output type

Required Methods

fn update_slice(self: Self, inner: <Self as >::Slice) -> Self

Convert an Output type to be used as Stream

Implementors