Skip to main content

TransactionExtensionError

Type Alias TransactionExtensionError 

Source
pub type TransactionExtensionError = Box<dyn Error + Send + Sync + 'static>;
Expand description

This error will be returned if any of the methods in TransactionExtension fail.

Aliased Typeยง

pub struct TransactionExtensionError(/* private fields */);