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.
pub trait CredentialsExt {
    // Required methods
    fn into_wep(self) -> Option<WepCredentials>;
    fn into_wpa(self) -> Option<WpaCredentials>;
}Extension methods for the Credentials FIDL datagram.