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

Required Methods§

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl InverseSineUnaryOperatorTyped<f32> for f32

source§

impl InverseSineUnaryOperatorTyped<f64> for f64

Implementors§