pub trait InputValidation {
    // Required method
    fn validate(&self) -> DsnpGraphResult<()>;
}
Expand description

a common trait to allow checks for api input types

Required Methods§

Implementors§