pub trait InitializingWidgetExt {
    fn init_template(&self);
}

Required methods

Implementations on Foreign Types

Implementors