Struct abscissa::Components[][src]

pub struct Components(_);

Collections of components, sorted by dependency ordering

Methods

impl Components
[src]

Create a new collection of components

Initialize components and register them with the given application

Shutdown components (in the reverse order they were started)

Trait Implementations

impl Default for Components
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Components

impl Sync for Components