Struct zifu::filename_decoder::ASCIIDecoder[][src]

pub struct ASCIIDecoder {}
Expand description

ASCII decoder

Allows only <= U+7F characters

Trait Implementations

Converts to UTF-8 String only if possible completely Read more

Converts to UTF-8 String by force (filling with replacement characters) Read more

Returns true if input is valid sequence for encoding Read more

Returns the name of the encoding that the decoder uses

Auto Trait Implementations

Blanket Implementations

Gets the TypeId of self. Read more

Immutably borrows from an owned value. Read more

Mutably borrows from an owned value. Read more

Performs the conversion.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.

The type returned in the event of a conversion error.

Performs the conversion.