Function trotter::trot_in

source ·
pub async fn trot_in(
    url: impl Into<String>,
    input: impl Into<String>
) -> Result<Response, ActorError>
Expand description

🎠 An ergonomic way to call Actor::input with the default actor.

let response = trotter::trot_in("localhost/input", "notice me!").await?;