Trait confitul::ConfigCheck
source · pub trait ConfigCheckwhere
Self: Sized,{
fn check(&self) -> Result<Self, ConfigCheckError>;
}pub trait ConfigCheckwhere
Self: Sized,{
fn check(&self) -> Result<Self, ConfigCheckError>;
}