Trait winnow::stream::UpdateSlice
source · pub trait UpdateSlice: Stream {
// Required method
fn update_slice(self, inner: Self::Slice) -> Self;
}
Expand description
Convert a Stream
into an appropriate Output
type
Required Methods§
sourcefn update_slice(self, inner: Self::Slice) -> Self
fn update_slice(self, inner: Self::Slice) -> Self
Convert an Output
type to be used as Stream
Object Safety§
This trait is not object safe.