Skip to main content

ToI64

Trait ToI64 

Source
pub trait ToI64 {
    // Required method
    fn to_i64(self) -> i64;
}
Expand description

Infallibly convert isize to i64.

Required Methods§

Source

fn to_i64(self) -> i64

Implementations on Foreign Types§

Source§

impl ToI64 for isize

Source§

fn to_i64(self) -> i64

Implementors§