[][src]Module ghost_actor::ghost_chan

The ghost_chan! macro generates an enum and helper types that make it easy to make inline async requests and await responses.

Structs

GhostChanRespond

Response callback for an GhostChan message.

Traits

GhostChanSend

Sender trait for GhostChan Send subtraits.