Skip to main content

Integer

Type Alias Integer 

Source
pub type Integer = Int;
Expand description

MySQL accepts INTEGER as an alias for INT.

Aliased Typeยง

pub struct Integer;