Re-exports§
pub use crate::config::Config;pub use crate::http_error::HttpResult;pub use anyhow;pub use chrono;pub use salvo;pub use serde;pub use serde_json;pub use time;pub use tokio;
Traits§
- From
Config File - Trait for loading a struct from a configuration file. This trait is automatically implemented when serde::Deserialize is.