pub trait SliceExt<F>: Slicewhere
    F: SliceFormat<Slice = Self>,
{ fn to_tendril(&self) -> Tendril<F, NonAtomic> { ... } }
Expand description

Tendril-related methods for Rust slices.

Provided Methods

Make a Tendril from this slice.

Implementations on Foreign Types

Implementors