pub trait IntoV64<T> {
    fn into_v64(self) -> V64<T>;
}

Required Methods

Implementations on Foreign Types

Implementors