tendril::fmt

Trait SliceFormat

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

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

Required Associated Types§

Object Safety§

This trait is not object safe.

Implementors§