pub type GetAuthMethod = Extension<Arc<AuthMethod>>;Aliased Type§
pub struct GetAuthMethod(pub Arc<AuthMethod>);Tuple Fields§
§0: Arc<AuthMethod>pub type GetAuthMethod = Extension<Arc<AuthMethod>>;pub struct GetAuthMethod(pub Arc<AuthMethod>);0: Arc<AuthMethod>