Trait elm_parser::parser_helpers::BlockChild

source ·
pub trait BlockChild<T> {
    // Required method
    fn push_cell(parent: &mut BlockCell, s: T);
}

Required Methods§

source

fn push_cell(parent: &mut BlockCell, s: T)

Object Safety§

This trait is not object safe.

Implementors§