Trait wallswitch::Countable
source · pub trait Countable {
// Required method
fn count_chars(&self) -> usize;
}Expand description
Trait for counting the number of chars
pub trait Countable {
// Required method
fn count_chars(&self) -> usize;
}Trait for counting the number of chars