Type Alias figment::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

A simple alias to Result with an error type of Error.

Aliased Type§

enum Result<T> {
    // some variants omitted
}

Variants§