Struct amethyst_locale::LocaleFormat[][src]

pub struct LocaleFormat;

Loads the strings from localisation files.

Trait Implementations

impl Clone for LocaleFormat
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl SimpleFormat<Locale> for LocaleFormat
[src]

NAME: &'static str = "FTL"

A unique identifier for this format.

Options specific to the format, which are passed to import. E.g. for textures this would be stuff like mipmap levels and sampler info. Read more

Produces asset data from given bytes.

Auto Trait Implementations