Type Definition subxt::BasicError

source · []
pub type BasicError = GenericError<Infallible>;
Expand description

An error that will never contain a runtime error.

Implementations

Convert an BasicError into any arbitrary Error<E>.