pub trait EncodingProfileHasRestrictionGetter {
    // Required method
    fn restriction(&self) -> Option<Caps>;
}

Required Methods§

Implementors§