Type Alias typed_graph::MigrationResult

source ·
pub type MigrationResult<T, NK, EK> = GenericTypedResult<T, NK, EK>;

Aliased Type§

enum MigrationResult<T, NK, EK> {
    Ok(T),
    Err(TypedError<NK, EK, String, String>),
}

Variants§

§1.0.0

Ok(T)

Contains the success value

§1.0.0

Err(TypedError<NK, EK, String, String>)

Contains the error value