Trait dsnp_graph_config::InputValidation
source · pub trait InputValidation {
// Required method
fn validate(&self) -> DsnpGraphResult<()>;
}
Expand description
a common trait to allow checks for api input types
pub trait InputValidation {
// Required method
fn validate(&self) -> DsnpGraphResult<()>;
}
a common trait to allow checks for api input types