pub trait Classnames {
    fn append_to(&self, string: &mut String);
}
Expand description

A trait for types to be used in classnames!.

Required Methods

Appends the class to a string.

Implementations on Foreign Types

Implementors