pub trait Validator { // Required method fn validate(&self, info: &SubcallInfo) -> Result<(), Error>; }
Subcall validator.
Validate a subcall before it is performed.