wlan_rsn::key

Trait Tk

Source
pub trait Tk {
    // Required method
    fn tk(&self) -> &[u8] ;

    // Provided method
    fn eq_tk(&self, other: &impl Tk) -> bool { ... }
}

Required Methods§

Source

fn tk(&self) -> &[u8]

Provided Methods§

Source

fn eq_tk(&self, other: &impl Tk) -> bool

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§

Source§

impl Tk for Gtk

Source§

impl Tk for Igtk