Type Alias MapAccountResultFor

Source
pub type MapAccountResultFor = Result<(), DispatchError>;
Expand description

Alias for the map_acocunt result.

Aliased Type§

enum MapAccountResultFor {
    Ok(()),
    Err(DispatchError),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(DispatchError)

Contains the error value