Struct kay_codegen::Model[][src]

pub struct Model {
    pub actors: OrderMap<Ty, ActorDef>,
    pub traits: OrderMap<Path, TraitDef>,
}

Fields

Methods

impl Model
[src]

Trait Implementations

impl Default for Model
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for Model

impl Sync for Model