Home
last modified time | relevance | path

Searched refs:AuthPropertyIter (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/grpcio/src/
Dauth_context.rs59 pub fn peer_identity(&self) -> AuthPropertyIter { in peer_identity() argument
63 AuthPropertyIter { in peer_identity()
73 type IntoIter = AuthPropertyIter<'a>;
80 AuthPropertyIter { in into_iter()
94 pub struct AuthPropertyIter<'a> { struct
99 impl<'a> Iterator for AuthPropertyIter<'a> { argument
Dlib.rs68 pub use crate::auth_context::{AuthContext, AuthProperty, AuthPropertyIter};