Trait salvo_extra::basic_auth::BasicAuthDepotExt[][src]

pub trait BasicAuthDepotExt {
    fn basic_auth_username(&self) -> Option<&String>;
}
Expand description

BasicAuthDepotExt

Required methods

Get basic auth username reference.

Implementations on Foreign Types

Implementors