pub trait SliceExt<F>: Slicewhere
F: SliceFormat<Slice = Self>,{
// Provided method
fn to_tendril(&self) -> Tendril<F> { ... }
}
Expand description
Tendril
-related methods for Rust slices.
Provided Methods§
sourcefn to_tendril(&self) -> Tendril<F>
fn to_tendril(&self) -> Tendril<F>
Make a Tendril
from this slice.
Object Safety§
This trait is not object safe.