Trait ToI64

Source
pub trait ToI64 {
    type Output;

    // Required method
    fn to_i64(self) -> Self::Output;
}

Required Associated Types§

Required Methods§

Source

fn to_i64(self) -> Self::Output

Implementors§