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

Required methods

Implementors