pub trait UpdateListener<T> {
    fn update_l(self, el: &mut T);
}

Required Methods

Implementors