Trait iploc::util::ToUl [] [src]

pub trait ToUl {
    fn to_ul(&self) -> Option<u32>;
}

Required Methods

Implementors