Struct symbolic_common::types::UnknownLanguageError[][src]

pub struct UnknownLanguageError;

An error returned for unknown or invalid Languages.

Trait Implementations

impl Debug for UnknownLanguageError
[src]

Formats the value using the given formatter. Read more

impl Clone for UnknownLanguageError
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more

impl Copy for UnknownLanguageError
[src]

Auto Trait Implementations