1 2 3 4 5 6 7 8 9 10
//! Output types produced by the negotiation pipeline. pub mod warning; #[cfg(any(feature = "alloc", feature = "std"))] pub mod config; #[cfg(any(feature = "alloc", feature = "std"))] pub mod rejection; #[cfg(any(feature = "alloc", feature = "std"))] pub mod trace;