UidTrait

Trait UidTrait 

Source
pub trait UidTrait {
    // Provided methods
    fn uid(&self) -> &'static [u8; 12] { ... }
    fn uid_hex(&self) -> &'static str { ... }
    fn uid_hex_bytes(&self) -> &'static [u8; 24] { ... }
}
Expand description

uid trait

Provided Methods§

Source

fn uid(&self) -> &'static [u8; 12]

Source

fn uid_hex(&self) -> &'static str

Source

fn uid_hex_bytes(&self) -> &'static [u8; 24]

Implementations on Foreign Types§

Source§

impl UidTrait for UID

Implementors§