Trait lpc55::bootloader::UuidSelectable
source · [−]pub trait UuidSelectable: Sized {
fn try_uuid(&mut self) -> Result<Uuid>;
fn list() -> Vec<Self>;
fn having(uuid: Uuid) -> Result<Self> { ... }
}
pub trait UuidSelectable: Sized {
fn try_uuid(&mut self) -> Result<Uuid>;
fn list() -> Vec<Self>;
fn having(uuid: Uuid) -> Result<Self> { ... }
}