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