Struct kay_codegen::ActorDef[][src]

pub struct ActorDef {
    pub handlers: Vec<Handler>,
    pub impls: Vec<Path>,
    pub defined_here: bool,
}

Fields

Methods

impl ActorDef
[src]

Trait Implementations

impl Default for ActorDef
[src]

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

Auto Trait Implementations

impl Send for ActorDef

impl Sync for ActorDef