pub trait UpdateSlice: Stream {
    fn update_slice(self, inner: Self::Slice) -> Self;
}
Expand description

Convert a Stream into an appropriate Output type

Required Methods§

Convert an Output type to be used as Stream

Implementations on Foreign Types§

Implementors§