Trait signalo_pipes::traits::Guts[][src]

pub trait Guts {
    type Guts;
}

Trait for gut-exposing systems.

Associated Types

The system's guts.

Implementors