pub trait HttpInterface: DispatchStringDictAsync<Error = Error, Poly = Value> + DispatchStringTupleAsync<Error = Error> + Send + Sync + 'static { }

Implementations on Foreign Types§

Implementors§