Skip to main content

PositiveIntegerDefault10Max10000

Type Alias PositiveIntegerDefault10Max10000 

Source
pub type PositiveIntegerDefault10Max10000 = Option<u32>;
Expand description

Positive integer defaulting to 10, max 10000.

Aliased Type§

pub enum PositiveIntegerDefault10Max10000 {
    None,
    Some(u32),
}

Variants§

§1.0.0

None

No value.

§1.0.0

Some(u32)

Some value of type T.