Home
last modified time | relevance | path

Searched defs:source (Results 1 – 5 of 5) sorted by relevance

/tonic/tonic/src/transport/
H A Derror.rs12 source: Option<Source>, field
82 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
/tonic/tonic/src/
H A Dstatus.rs50 source: Option<Arc<dyn Error + Send + Sync + 'static>>, field
596 let mut source = Some(err); in find_status_in_source_chain() localVariable
726 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method
894 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() method
936 let source = found in from_error_h2() localVariable
1047 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() method
/tonic/tonic/src/codec/
H A Dprost.rs229 let source = tokio_stream::iter(messages); in encode() localVariable
251 let source = tokio_stream::iter(messages); in encode_max_message_size_exceeded() localVariable
288 let source = tokio_stream::iter(messages); in encode_too_big() localVariable
H A Dencode.rs25 source: Fuse<U>, field
/tonic/tests/integration_tests/tests/
H A Dstatus.rs208 let source = error.source().unwrap(); in status_from_server_stream_with_source() localVariable