Trait hashbrown::control::tag::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§