pub trait RowIndexUnaryOperatorTyped<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 RowIndexUnaryOperatorTyped<i32> for i32

source§

impl RowIndexUnaryOperatorTyped<i64> for i64

Implementors§