Type Definition runtime::error::RuntimeResult
source · [−]pub type RuntimeResult<T> = Result<T, RuntimeError>;
Expand description
The result of a computation on the technetium runtime
pub type RuntimeResult<T> = Result<T, RuntimeError>;
The result of a computation on the technetium runtime