[][src]Type Definition bmfont::Parse

type Parse<'a> = Result<ParseIter<'a>, StringParseError>;

Alias of either Result<Vec<CharPosition>, StringParseError> or Vec<CharPosition>, returned by BMFont::parse().

The output type depends on the value of the parse-error package feature.

NOTE: This documentation was generated with the parse-error feature.