Trait tendril::SliceExt
[−]
[src]
pub trait SliceExt: Slice {
fn to_tendril(&self) -> Tendril<Self::Format> { ... }
}Tendril-related methods for Rust slices.
Provided Methods
fn to_tendril(&self) -> Tendril<Self::Format>
Make a Tendril from this slice.