pub trait InitableExt: 'static { // Required method unsafe fn init( &self, cancellable: Option<&impl IsA<Cancellable>> ) -> Result<(), Error>; }