1 2 3 4 5
pub trait IsIn<A> { type ReturnOperand; fn is_in(&self, argument: A) -> Self::ReturnOperand; }