Trait RcBound

Source
pub trait RcBound:
    Push<Option<Authorization>>
    + Send
    + Sync
    + 'static { }
Expand description

Bound for Request Context for MakeService wrappers

Implementors§

Source§

impl<T> RcBound for T
where T: Push<Option<Authorization>> + Send + Sync + 'static,