pub trait BinExt: IsA<Bin> + Sealed + 'static { // Provided method fn child(&self) -> Option<Widget> { ... } }