[]Trait xml5ever::tendril::SliceExt

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

Tendril-related methods for Rust slices.

Provided methods

Important traits for Tendril<Bytes, A>
fn to_tendril(&self) -> Tendril<F, NonAtomic>

Make a Tendril from this slice.

Loading content...

Implementations on Foreign Types

impl SliceExt<UTF8> for str

impl SliceExt<Bytes> for [u8]

Loading content...

Implementors

Loading content...