Function trotter::trot

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

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

let response = trotter::trot("localhost").await?;