[][src]Trait tendril::fmt::SliceFormat

pub unsafe trait SliceFormat: Format + Sized {
    type Slice: ?Sized + Slice;
}

Indicates a format which corresponds to a Rust slice type, representing exactly the same invariants.

Associated Types

Loading content...

Implementors

impl SliceFormat for Bytes[src]

type Slice = [u8]

impl SliceFormat for UTF8[src]

type Slice = str

Loading content...