pub type ConductorApiResult<T> = Result<T, ConductorApiError>;
Expand description

Type alias