[][src]Trait tendril::SliceExt

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

Notable traits for Tendril<Bytes, A>

impl<A> Write for Tendril<Bytes, A> where
    A: Atomicity
{ ... } }

Tendril-related methods for Rust slices.

Provided methods

pub fn to_tendril(&self) -> Tendril<F>

Notable traits for Tendril<Bytes, A>

impl<A> Write for Tendril<Bytes, A> where
    A: Atomicity
[src]

Make a Tendril from this slice.

Loading content...

Implementations on Foreign Types

impl SliceExt<UTF8> for str[src]

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

Loading content...

Implementors

Loading content...