Searched refs:trailer_name (Results 1 – 1 of 1) sorted by relevance
199 let trailer_name = HeaderName::from_static("x-grpc-test-echo-trailing-bin"); in call() localVariable202 .get(&trailer_name) in call()204 .map(|v| HeaderMap::from_iter(std::iter::once((trailer_name, v)))); in call()