Home
last modified time | relevance | path

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

/tonic/tonic/src/transport/
H A Derror.rs3 type Source = Box<dyn StdError + Send + Sync + 'static>; typedef
12 source: Option<Source>,
31 pub(crate) fn with(mut self, source: impl Into<Source>) -> Self { in with()