Searched refs:trait_name_async (Results 1 – 1 of 1) sorted by relevance
572 auto trait_name_async = trait_name + "Async"; in GenerateRustInterface() local598 *code_writer << "async: " << trait_name_async << ",\n"; in GenerateRustInterface()649 *code_writer << "pub trait " << trait_name_async << "<P>: binder::Interface + Send {\n"; in GenerateRustInterface()843 *code_writer << "impl<P: binder::BinderAsyncPool> " << trait_name_async << "<P> for " in GenerateRustInterface()