Derive Macro HandleClient

Source
#[derive(HandleClient)]
{
    // Attributes available to this derive:
    #[log_level]
}
Expand description

Derives a client implementation on ActorHandle<Actor>. See Handler documentation for details.