Module maomi::prelude[][src]

Re-exports

pub use super::backend::Backend;
pub use super::node::*;
pub use super::virtual_key::*;
pub use super::Ev;
pub use super::Property;

Macros

Structs

Contains some component manipulation methods. Every component instance has a ComponentContext for it.

A NodeRef with node type, representing a borrowed ref of a ref-counted node. No other node can be mutably borrowed until this object is dropped.

A mutably borrowed ref of a ref-counted node. No other node can be borrowed until this object is dropped.

The default empty component

Traits

A component should implement this trait. The new method is called whenever an instance is creating, with a ComponentContext for manipulation.

A component which supports prerendering (server side rendering).

Functions

Attribute Macros