Type Definition roa::Result

source · []
pub type Result<R = ()> = Result<R, Status>;
Expand description

Type alias for StdResult.