Trait bakery::Recipe[][src]

pub trait Recipe {
    fn recipe(tree: &mut NodeTree) -> u32;
}

Required methods

Build recipe node tree of the implemented type, and return created node Id.

Arguments
  • tree - Current compiler node tree

Implementations on Foreign Types

Implementors