pub trait Call { // Required method fn call(&self, args: Arguments, field: &mut Enum) -> Result<()>; }