Struct kg_display::fmt::FormatString[][src]

pub struct FormatString(_);

Methods

impl FormatString
[src]

Important traits for &'a [u8]

Trait Implementations

impl Debug for FormatString
[src]

Formats the value using the given formatter. Read more

impl Clone for FormatString
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Display for FormatString
[src]

Formats the value using the given formatter. Read more

Auto Trait Implementations