cat_gateway/service/common/objects/generic/
mod.rs

1//! Generic Objects
2
3pub(crate) mod json_object;
4pub(crate) mod pagination;