1 2 3 4 5 6 7
use rama_core::extensions::Extension; use rama_utils::str::arcstr::ArcStr; #[must_use] #[derive(Debug, Clone, PartialEq, Eq, Extension)] #[extension(tags(http))] pub struct RequestComment(pub ArcStr);