Trait Extension

Source
pub trait Extension:
    'static
    + Send
    + Sync
    + Any { }
Available on crate feature extensions only.
Expand description

This trait should be implemented by any structs that are intended to be used as error extensions.

Implementorsยง