Trait signalo_pipes::traits::Destruct[][src]

pub trait Destruct {
    type Output;
    fn destruct(self) -> Self::Output;
}

Trait for destructable systems.

Associated Types

The return type of fn into_guts(…).

Required Methods

Destructs self into its self.config and self.state components.

Implementors