pub trait FloatingPointModulusTyped<T: ValueType> {
    // Required method
    fn graphblas_type() -> GrB_BinaryOp;
}

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatingPointModulusTyped<f32> for f32

source§

impl FloatingPointModulusTyped<f64> for f64

Implementors§