Skip to main content

VolumeFromWholePoints

Trait VolumeFromWholePoints 

Source
pub trait VolumeFromWholePoints: From<Subpoints> {
    // Provided method
    fn volume_from_whole_points(whole_points: WholePoints) -> Self
       where Self: Sized { ... }
}

Provided Methods§

Source

fn volume_from_whole_points(whole_points: WholePoints) -> Self
where Self: Sized,

Dyn Compatibility§

This trait is not dyn compatible.

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

Implementations on Foreign Types§

Source§

impl VolumeFromWholePoints for i8

Source§

impl VolumeFromWholePoints for i16

Source§

impl VolumeFromWholePoints for i32

Source§

impl VolumeFromWholePoints for i64

Source§

impl VolumeFromWholePoints for i128

Implementors§