Trait yaecs::Component [] [src]

pub trait Component {
    fn mask() -> u64 where Self: Sized;
    fn fmt(&self) -> String;
}

Required Methods

Trait Implementations

impl Debug for Component
[src]

Formats the value using the given formatter.

Implementors