pub trait FullBoxInfo { type Flag: FlagTrait; // Provided methods fn version(&self) -> u8 { ... } fn flags(&self) -> Self::Flag { ... } }