pub async fn hit_points_info(
    client_sender: &mut Sender<RequestMessage>
) -> Result<CommandResponse<HitPointsResponse>, Error>
Expand description

Makes a hit points enquiry to the registry

Arguments

  • client_sender - Reference to the tokio channel into the client