Trait tp_api::ApiErrorExt[][src]

pub trait ApiErrorExt {
    type Error: Debug + From<ApiError>;
}
Expand description

Extends the runtime api traits with an associated error type. This trait is given as super trait to every runtime api trait.

Associated Types

Error type used by the runtime apis.

Implementors