[][src]Trait swagger::auth::RcBound

pub trait RcBound: Push<Option<Authorization>> + Send + 'static { }

Bound for Request Context for MakeService wrappers

Implementors

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

Loading content...