(function() {var implementors = {};
implementors["tokio_proto"] = ["impl<T, P> Service for ClientService<T, P> where
T: 'static,
P: ClientProto<T>, ","impl<T, P> Service for ClientService<T, P> where
T: 'static,
P: ClientProto<T>, ","impl<R, S, E: From<Error>> Service for ClientProxy<R, S, E>",];
implementors["tokio_service"] = [];
if (window.register_implementors) {
window.register_implementors(implementors);
} else {
window.pending_implementors = implementors;
}
})()