Macro cursive_core::manual_blueprint

source ยท
macro_rules! manual_blueprint {
    ($name:ident from $config_builder:expr) => { ... };
    (with $name:ident, $builder:expr) => { ... };
    ($name:ident, $builder:expr) => { ... };
}
Expand description

Define a blueprint to build this view from a config file.