CommonLibrary/Search/
mod.rs

1//! # Search Service
2//!
3//! This module defines the abstract contract for the Search service.
4
5pub mod SearchProvider;