pub type OrchestraResult<T> = Result<T, OrchestraError>;
Expand description

Alias for a result with error type OrchestraError.