Type Definition rant::runtime::RuntimeResult[][src]

type RuntimeResult<T> = Result<T, RuntimeError>;

Type alias for Result<T, RuntimeError>