Trait sourceview5::prelude::ToplevelExtManual

source ·
pub trait ToplevelExtManual: Sealed + IsA<Toplevel> {
    // Provided method
    fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
       where F: Fn(&Toplevel, &mut ToplevelSize) + 'static { ... }
}
Expand description

Trait containing manually implemented methods of Toplevel.

Provided Methods§

source

fn connect_compute_size<F>(&self, f: F) -> SignalHandlerId
where F: Fn(&Toplevel, &mut ToplevelSize) + 'static,

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<O> ToplevelExtManual for O
where O: IsA<Toplevel>,