Type Alias ractor::ActorName

source ·
pub type ActorName = String;
Expand description

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

Aliased Type§

struct ActorName { /* private fields */ }