[][src]Trait os_units::Unit

pub trait Unit: Copy + Clone + PartialEq + Eq + PartialOrd + Ord { }

A marker trait for representing units.

Implementors

impl Unit for Bytes[src]

impl<T: PageSize> Unit for NumOfPages<T>[src]

Loading content...