ActorName

Type Alias ActorName 

Source
pub type ActorName = String;
Expand description

An actor’s name, equivalent to an Erlang atom()

Aliased Type§

pub struct ActorName { /* private fields */ }