[][src]Trait kas::class::HasBoolText

pub trait HasBoolText: HasBool + HasText { }

Summation of HasBool and HasText traits.

Used because Rust doesn't (yet) support multi-trait objects.

Implementors

impl<T> HasBoolText for T where
    T: HasBool + HasText
[src]

Loading content...