Trait xml5ever::tendril::fmt::SliceFormat[]

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

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

Associated Types

Implementors