Skip to main content

Natural

Type Alias Natural 

Source
pub type Natural = u32;
Expand description

Positive integer (unsigned QL_INTEGER).

Trait Implementations§

Source§

impl Null for Natural

Source§

fn null() -> Self

The sentinel value for this type.
Source§

fn is_null(&self) -> bool

Whether self equals the sentinel.