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
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] { ... }
}uid trait