Type Alias MalformedPathError

Source
pub type MalformedPathError = Option<String>;
Available on crate features sync_routes and dbx_files only.

Aliased Type§

enum MalformedPathError {
    None,
    Some(String),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(String)

Some value of type T.