Searched defs:source (Results 1 – 5 of 5) sorted by relevance
12 source: Option<Source>, field82 fn source(&self) -> Option<&(dyn StdError + 'static)> { in source() method
50 source: Option<Arc<dyn Error + Send + Sync + 'static>>, field596 let mut source = Some(err); in find_status_in_source_chain() localVariable726 fn source(&self) -> Option<&(dyn Error + 'static)> { in source() method894 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() method936 let source = found in from_error_h2() localVariable1047 fn source(&self) -> Option<&(dyn std::error::Error + 'static)> { in source() method
229 let source = tokio_stream::iter(messages); in encode() localVariable251 let source = tokio_stream::iter(messages); in encode_max_message_size_exceeded() localVariable288 let source = tokio_stream::iter(messages); in encode_too_big() localVariable
25 source: Fuse<U>, field
208 let source = error.source().unwrap(); in status_from_server_stream_with_source() localVariable