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