pub trait SliceExt<F>: Slice where
    F: SliceFormat<Slice = Self>, 
{ fn to_tendril(&self) -> Tendril<F>Notable traits for Tendril<Bytes, A>impl<A> Write for Tendril<Bytes, A> where
    A: Atomicity
{ ... } }
Expand description

Tendril-related methods for Rust slices.

Provided methods

Make a Tendril from this slice.

Implementations on Foreign Types

Implementors