Type Alias nannou::io::TomlFileSaveError

source ·
pub type TomlFileSaveError = FileError<Error>;

Aliased Type§

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

Variants§

§

Io(Error)

§

Format(Error)

Trait Implementations§

source§

impl From<Error> for TomlFileSaveError

source§

fn from(err: Error) -> Self

Converts to this type from the input type.