Trait tendril::SliceExt [] [src]

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

Tendril-related methods for Rust slices.

Provided Methods

Important traits for Tendril<Bytes, A>

Make a Tendril from this slice.

Implementations on Foreign Types

impl SliceExt<UTF8> for str
[src]

Important traits for Tendril<Bytes, A>
[src]

impl SliceExt<Bytes> for [u8]
[src]

Important traits for Tendril<Bytes, A>
[src]

Implementors