pub trait Mask: Seal {
    fn test(&self) -> bool;
}
Expand description

This trait is implemented by all mask types

Required Methods

Implementors