Trait TagSliceExt

Source
pub(crate) trait TagSliceExt {
    // Required method
    fn fill_tag(&mut self, tag: Tag);

    // Provided method
    fn fill_empty(&mut self) { ... }
}
Expand description

Extension trait for slices of tags.

Required Methods§

Source

fn fill_tag(&mut self, tag: Tag)

Fills the control with the given tag.

Provided Methods§

Source

fn fill_empty(&mut self)

Clears out the control.

Implementations on Foreign Types§

Source§

impl TagSliceExt for [Tag]

Source§

fn fill_tag(&mut self, tag: Tag)

Implementors§