Type Alias de_map::io::StoringResult

source ·
type StoringResult = Result<(), MapStoringError>;

Aliased Type§

enum StoringResult {
    Ok(()),
    Err(MapStoringError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(MapStoringError)

Contains the error value