Trait Extension

Source
pub trait Extension:
    'static
    + Send
    + Sync { }
Expand description

A a helper trait that extends the needed traits to add a value as an extension

Implementors§

Source§

impl<E> Extension for E
where E: 'static + Send + Sync,