Type Definition vm::TrapResult

source · []
pub type TrapResult<T, Call, Create> = Result<Result<T>, TrapError<Call, Create>>;