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