pub trait DangerousResponseArgumentsProxyInterface: Send + Sync {
Show 94 associated items
type Method0ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method1ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method2ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method3ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method4ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method5ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method6ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method7ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method10ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method11ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method12ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method13ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method14ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method15ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method16ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method17ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method18ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method19ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method20ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method23ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method24ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method25ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method27ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method29ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method30ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method31ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method32ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method33ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method34ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method35ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method36ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method37ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method38ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method39ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method40ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method41ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method42ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method43ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method45ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method47ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method48ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method49ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method50ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method51ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method52ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method53ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method55ResponseFut: Future<Output = Result<u32, Error>> + Send;
// Required methods
fn method0(&self) -> Self::Method0ResponseFut;
fn method1(&self) -> Self::Method1ResponseFut;
fn method2(&self) -> Self::Method2ResponseFut;
fn method3(&self) -> Self::Method3ResponseFut;
fn method4(&self) -> Self::Method4ResponseFut;
fn method5(&self) -> Self::Method5ResponseFut;
fn method6(&self) -> Self::Method6ResponseFut;
fn method7(&self) -> Self::Method7ResponseFut;
fn method10(&self) -> Self::Method10ResponseFut;
fn method11(&self) -> Self::Method11ResponseFut;
fn method12(&self) -> Self::Method12ResponseFut;
fn method13(&self) -> Self::Method13ResponseFut;
fn method14(&self) -> Self::Method14ResponseFut;
fn method15(&self) -> Self::Method15ResponseFut;
fn method16(&self) -> Self::Method16ResponseFut;
fn method17(&self) -> Self::Method17ResponseFut;
fn method18(&self) -> Self::Method18ResponseFut;
fn method19(&self) -> Self::Method19ResponseFut;
fn method20(&self) -> Self::Method20ResponseFut;
fn method23(&self) -> Self::Method23ResponseFut;
fn method24(&self) -> Self::Method24ResponseFut;
fn method25(&self) -> Self::Method25ResponseFut;
fn method27(&self) -> Self::Method27ResponseFut;
fn method29(&self) -> Self::Method29ResponseFut;
fn method30(&self) -> Self::Method30ResponseFut;
fn method31(&self) -> Self::Method31ResponseFut;
fn method32(&self) -> Self::Method32ResponseFut;
fn method33(&self) -> Self::Method33ResponseFut;
fn method34(&self) -> Self::Method34ResponseFut;
fn method35(&self) -> Self::Method35ResponseFut;
fn method36(&self) -> Self::Method36ResponseFut;
fn method37(&self) -> Self::Method37ResponseFut;
fn method38(&self) -> Self::Method38ResponseFut;
fn method39(&self) -> Self::Method39ResponseFut;
fn method40(&self) -> Self::Method40ResponseFut;
fn method41(&self) -> Self::Method41ResponseFut;
fn method42(&self) -> Self::Method42ResponseFut;
fn method43(&self) -> Self::Method43ResponseFut;
fn method45(&self) -> Self::Method45ResponseFut;
fn method47(&self) -> Self::Method47ResponseFut;
fn method48(&self) -> Self::Method48ResponseFut;
fn method49(&self) -> Self::Method49ResponseFut;
fn method50(&self) -> Self::Method50ResponseFut;
fn method51(&self) -> Self::Method51ResponseFut;
fn method52(&self) -> Self::Method52ResponseFut;
fn method53(&self) -> Self::Method53ResponseFut;
fn method55(&self) -> Self::Method55ResponseFut;
}