pub trait TypedLogicalOrTyped<T: ValueType> {
    // Required method
    fn graphblas_type() -> GrB_BinaryOp;
}Required Methods§
fn graphblas_type() -> GrB_BinaryOp
Object Safety§
This trait is not object safe.
pub trait TypedLogicalOrTyped<T: ValueType> {
    // Required method
    fn graphblas_type() -> GrB_BinaryOp;
}