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>.
pub type BasicError = GenericError<Infallible>;An error that will never contain a runtime error.
Convert an BasicError into any
arbitrary Error<E>.