pub trait DangerousResponseArgumentsProxyInterface: Send + Sync {
Show 84 associated items
type Method0ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method2ResponseFut: 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 Method8ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method9ResponseFut: 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 Method19ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method20ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method21ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method22ResponseFut: 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 Method26ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method27ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method28ResponseFut: 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 Method33ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method35ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method38ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method39ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method41ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method43ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method44ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method45ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method46ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method49ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method52ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method55ResponseFut: Future<Output = Result<u32, Error>> + Send;
type Method56ResponseFut: Future<Output = Result<u32, Error>> + Send;
// Required methods
fn method0(&self) -> Self::Method0ResponseFut;
fn method2(&self) -> Self::Method2ResponseFut;
fn method4(&self) -> Self::Method4ResponseFut;
fn method5(&self) -> Self::Method5ResponseFut;
fn method6(&self) -> Self::Method6ResponseFut;
fn method7(&self) -> Self::Method7ResponseFut;
fn method8(&self) -> Self::Method8ResponseFut;
fn method9(&self) -> Self::Method9ResponseFut;
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 method19(&self) -> Self::Method19ResponseFut;
fn method20(&self) -> Self::Method20ResponseFut;
fn method21(&self) -> Self::Method21ResponseFut;
fn method22(&self) -> Self::Method22ResponseFut;
fn method23(&self) -> Self::Method23ResponseFut;
fn method24(&self) -> Self::Method24ResponseFut;
fn method25(&self) -> Self::Method25ResponseFut;
fn method26(&self) -> Self::Method26ResponseFut;
fn method27(&self) -> Self::Method27ResponseFut;
fn method28(&self) -> Self::Method28ResponseFut;
fn method29(&self) -> Self::Method29ResponseFut;
fn method30(&self) -> Self::Method30ResponseFut;
fn method31(&self) -> Self::Method31ResponseFut;
fn method33(&self) -> Self::Method33ResponseFut;
fn method35(&self) -> Self::Method35ResponseFut;
fn method38(&self) -> Self::Method38ResponseFut;
fn method39(&self) -> Self::Method39ResponseFut;
fn method41(&self) -> Self::Method41ResponseFut;
fn method43(&self) -> Self::Method43ResponseFut;
fn method44(&self) -> Self::Method44ResponseFut;
fn method45(&self) -> Self::Method45ResponseFut;
fn method46(&self) -> Self::Method46ResponseFut;
fn method49(&self) -> Self::Method49ResponseFut;
fn method52(&self) -> Self::Method52ResponseFut;
fn method55(&self) -> Self::Method55ResponseFut;
fn method56(&self) -> Self::Method56ResponseFut;
}