Skip to main content

UnwrapId

Trait UnwrapId 

Source
pub trait UnwrapId {
    // Required method
    fn unwrap_id(self) -> u16;
}

Required Methods§

Source

fn unwrap_id(self) -> u16

Implementations on Foreign Types§

Source§

impl UnwrapId for Option<u16>

Implementors§