pub trait fill_value {
    fn value(self) -> u32;
}

Required Methods

Implementations on Foreign Types

Implementors