//! OpenAPI schema collection and result handling.
//!
//! This module provides:
//!
//! - [`CallResult`] - Response wrapper for deserializing and collecting schemas
//! - [`RawResult`] - Raw response access before schema collection
//! - [`RawBody`] - Raw response body content
//!
//! Internal types for schema collection are not exported.
pub
pub
// CallResult, RawResult, and RawBody are public API
pub use ;
pub use CalledOperation;
// Collectors is internal to the client module
pub use Collectors;