pub trait InitableImpl: ObjectImpl {
    // Provided method
    fn init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error> { ... }
}

Provided Methods§

source

fn init(&self, cancellable: Option<&Cancellable>) -> Result<(), Error>

Implementors§