1 2
use crate::binary_operation_id::BinaryOperationId; pub trait Idempotence<Id: BinaryOperationId> {}