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