[][src]Crate furnace

Re-exports

pub use crate::component::Component;
pub use crate::dispatcher::Dispatcher;
pub use crate::dispatcher::Handle;
pub use crate::model::Action;
pub use crate::model::Update;

Modules

component
dispatcher
error
model
prelude

Structs

Error

The Error type, which can contain any failure.

Type Definitions

Fallible

A common result with an Error.