Trait sourceview5::prelude::InitableExt

source ·
pub trait InitableExt: IsA<Initable> + Sealed + 'static {
    // Provided method
    unsafe fn init(
        &self,
        cancellable: Option<&impl IsA<Cancellable>>,
    ) -> Result<(), Error> { ... }
}

Provided Methods§

source

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

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> InitableExt for O
where O: IsA<Initable>,