1 2 3 4
//! Contains Fetcher structures that can be used for caching certain data. pub mod student; pub use student::StudentFetcher;