Skip to main content

CheckedMul

Trait CheckedMul 

Source
pub trait CheckedMul: Sized {
    // Required method
    fn mul(&self, other: &Self) -> Option<Self>;
}

Required Methods§

Source

fn mul(&self, other: &Self) -> Option<Self>

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementors§