[][src]Trait zamm_yang::tao::form::DefinedMarker

pub trait DefinedMarker: FormTrait {
    fn mark_newly_defined(&mut self) { ... }
fn is_newly_defined(&self) -> bool { ... } }

Define new concept when reading from a Yin.md

Provided methods

fn mark_newly_defined(&mut self)

Mark a concept as having been newly defined as part of the current build.

fn is_newly_defined(&self) -> bool

Whether or not a concept has been newly defined as part of the current build.

Loading content...

Implementations on Foreign Types

impl DefinedMarker for Form[src]

impl DefinedMarker for Archetype[src]

impl DefinedMarker for AttributeArchetype[src]

Loading content...

Implementors

Loading content...