wlan_common::ie::rsn::suite_selector

Trait Factory

Source
pub trait Factory {
    type Suite;

    // Required method
    fn new(oui: Oui, suite_type: u8) -> Self::Suite;
}

Required Associated Types§

Required Methods§

Source

fn new(oui: Oui, suite_type: u8) -> Self::Suite

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§