[][src]Type Definition epkard::RuntimeResult

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

A Result type used by the Runtime