Re-exports§
pub use client::Client;pub use client::ClientBuilder;pub use client::ClientError;pub use client::Middleware;pub use client::Next;pub use client::Result;pub use context::Context;pub use async_trait;pub use axum;pub use reqwest;pub use tower;pub use url;pub use error::*;
Modules§
Structs§
- Extensions
- A type map of protocol extensions.
- Router
- Re-export of
axum::Router, the type that encapsulates a server-side implementation of a Twirp service. The router type for composing handlers and services.