pub trait CompositeTemplate: WidgetImpl {
    fn bind_template(klass: &mut Self::Class);
}

Required Methods

Implementors