Expand description
Capabilities used in various public APIs.
Traitsยง
- CanOpen
Port - CanOpenPort is a capability that confers the ability of hte holder to open local ports, which can then be used to receive messages.
- CanResolve
Actor Ref - CanResolveActorRef is a capability that confers the ability to resolve an ActorRef to a local ActorHandle if the actor is available locally.
- CanSend
- CanSend is a capabilty to confers the right of the holder to send messages to actors. CanSend is sealed and may only be implemented and accessed by this crate.
- CanSpawn
- CanSpawn is a capability that confers the ability to spawn a child actor.
- CanSplit
Port - CanOpenPort is a capability that confers the ability of the holder to split ports.