Module mogwai::prelude

source ·
Expand description

Re-exports for convenience

Re-exports

pub use super::future::Captured;
pub use super::sink::SendError;
pub use super::sink::Sink;
pub use super::sink::SinkExt;
pub use super::sink::TrySendError;
pub use super::patch::HashPatch;
pub use super::patch::HashPatchApply;
pub use super::patch::ListPatch;
pub use super::patch::ListPatchApply;
pub use super::relay::*;
pub use super::view::*;

Macros

Uses an html description to construct a ViewBuilder.
Uses an html description to construct a ViewBuilder.
Uses a function-style description to construct a ViewBuilder.

Traits

A stream of values produced asynchronously.
Extension trait for Stream.