pub trait BasicAuthDepotExt {
    fn basic_auth_username(&self) -> Option<&String>;
}
Available on crate feature basic-auth only.
Expand description

BasicAuthDepotExt

Required Methods§

Get basic auth username reference.

Implementors§