Skip to main content

IntoSketch

Trait IntoSketch 

Source
pub trait IntoSketch {
    // Required method
    fn asu64(&self) -> u64;
}

Required Methods§

Source

fn asu64(&self) -> u64

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl IntoSketch for String

Source§

fn asu64(&self) -> u64

Source§

impl IntoSketch for u64

Source§

fn asu64(&self) -> u64

Source§

impl<'a> IntoSketch for &'a str

Source§

fn asu64(&self) -> u64

Implementors§