Trait wlan_rsn::key::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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl Tk for Gtk

source§

impl Tk for Igtk