Type Definition polkadot_overseer_gen::OverseerResult [−][src]
pub type OverseerResult<T> = Result<T, OverseerError>;
Expand description
Alias for a result with error type OverseerError
.
pub type OverseerResult<T> = Result<T, OverseerError>;
Alias for a result with error type OverseerError
.