Trait signalo_traits::Guts[][src]

pub trait Guts: Sized {
    type Guts;
}

Trait for gut-exposing systems.

Associated Types

The system's guts.

Implementors