Struct bmfont::StringParseError [] [src]

pub struct StringParseError {
    pub missing_characters: Vec<char>,
    pub unsupported_characters: Vec<char>,
}

Fields

Trait Implementations

impl Debug for StringParseError
[src]

Formats the value using the given formatter.