Skip to main content

Quantize

Trait Quantize 

Source
pub trait Quantize {
    type Target;

    // Required method
    fn quantize(self) -> Self::Target;
}

Required Associated Types§

Required Methods§

Source

fn quantize(self) -> Self::Target

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§