Trait tendril::fmt::SliceFormat
[−]
[src]
pub unsafe trait SliceFormat: Format + Sized {
type Slice: ?Sized + Slice<Format=Self>;
}Indicates a format which corresponds to a Rust slice type, representing exactly the same invariants.
Associated Types
Implementors
impl SliceFormat for Bytesimpl SliceFormat for UTF8