pub trait CredentialsExt {
    // Required methods
    fn into_wep(self) -> Option<WepCredentials>;
    fn into_wpa(self) -> Option<WpaCredentials>;
}
Expand description

Extension methods for the Credentials FIDL datagram.

Required Methods§

Implementations on Foreign Types§

source§

impl CredentialsExt for Credentials

Implementors§