Type Definition roa_core::Result

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

Type alias for StdResult.