[][src]Trait oatie::schema::StyleTrait

pub trait StyleTrait: Sized {
    type Style: Sized + Clone + PartialEq + Hash;
    fn styles(&self) -> HashSet<Self::Style>;
fn is_empty(&self) -> bool;
fn extend(&mut self, set: &Self);
fn remove(&mut self, set: &Self); }

Associated Types

Required Methods

Implementors

impl StyleTrait for StyleSet
[src]