1
2
3
pub(crate) trait ResponseFormat {
    fn response_format(&self) -> &str;
}