Trait scsys_core::ActorSpec

source ·
pub trait ActorSpec<T> {
    fn appellation(&self) -> Appellation<T>;
    fn justification(&self) -> Value;
}

Required Methods

Implementors