Enum l20n::LocalizeError [] [src]

pub enum LocalizeError {
    DecodeError(Error),
    EncodeError(EncodeError),
    ResolveError(ResolveError),
}
Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

An enum of the various errors that can occur during localization.

Variants

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

Wraps a DecodeError.

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

Wraps an EncodeError.

Deprecated

: Look at https://github.com/projectfluent/fluent-rs instead.

Wraps a ResolveError.

Trait Implementations

impl Debug for LocalizeError
[src]

[src]

Formats the value using the given formatter.