Struct tokkit::InitializationError [] [src]

pub struct InitializationError(pub String);

An error to be returned if the initialization of a component or else fails.

Methods

impl InitializationError
[src]

[src]

Creates a new InitializationError therby allocating a String.

Trait Implementations

impl Debug for InitializationError
[src]

[src]

Formats the value using the given formatter.

impl Display for InitializationError
[src]

[src]

Formats the value using the given formatter. Read more

impl Error for InitializationError
[src]

[src]

A short description of the error. Read more

[src]

The lower-level cause of this error, if any. Read more

impl From<VarError> for InitializationError
[src]

[src]

Performs the conversion.

impl From<ParseFloatError> for InitializationError
[src]

[src]

Performs the conversion.