Module embedded_layout::prelude
source · Expand description
The essentials. Also contains most of embedded-graphics' prelude.
Re-exports
pub use crate::align::horizontal;pub use crate::align::vertical;pub use crate::align::Align;pub use crate::object_chain::Chain;pub use crate::object_chain::Link;pub use crate::utils::rect_helper::RectExt;pub use crate::view_group::Views;pub use crate::View;
Macros
- Creates an object chain from the argument types.