//! Components used to 'build' the [`crate::Router`]. This module mostly contains components that
//! will primarily be used by [`qubit_macros`], directly using them probably isn't a great idea.
pub use Handler;
pub use HandlerCallbacks;
pub use RpcBuilder;
pub use *;
pub use ErrorObject;
pub use IntoResponse;