Skip to main content

Int64

Type Alias Int64 

Source
pub type Int64 = String;
Expand description

Signed 64-bit integer encoded as a decimal string on the wire.

Aliased Typeยง

pub struct Int64 { /* private fields */ }