Trait dusk_cdf::BaseConfig
source · [−]pub trait BaseConfig: Sized + Default + Serialize + for<'a> Deserialize<'a> {
const PACKAGE: &'static str;
fn path() -> Option<PathBuf> { ... }
fn load() -> Result<Self> { ... }
}Expand description
Base configuration schema