Trait elm_parser::parser_helpers::BlockChild
source · pub trait BlockChild<T> {
// Required method
fn push_cell(parent: &mut BlockCell, s: T);
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait BlockChild<T> {
// Required method
fn push_cell(parent: &mut BlockCell, s: T);
}