Type Alias nannou::io::TomlFileLoadError

source ·
pub type TomlFileLoadError = FileError<Error>;

Aliased Type§

enum TomlFileLoadError {
    Io(Error),
    Format(Error),
}

Variants§

§

Io(Error)

§

Format(Error)

Trait Implementations§

source§

impl From<Error> for TomlFileLoadError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.