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

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

Type alias for Result<T, RuntimeError>