Skip to main content

Integer

Type Alias Integer 

Source
pub type Integer = i64;
Expand description

The integer type exposed by the API. Mirrors mlua::Integer (i64).