pub type FromResourcesResult<T> = Result<T, FromResourcesError>;

Aliased Type§

enum FromResourcesResult<T> {
    Ok(T),
    Err(FromResourcesError),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(FromResourcesError)

Contains the error value