Trait building_blocks::prelude::ConstZero[][src]

pub trait ConstZero: Copy {
    const ZERO: Self;
}

Associated Constants

Implementations on Foreign Types

Implementors