Searched refs:Source (Results 1 – 1 of 1) sorted by relevance
3 type Source = Box<dyn StdError + Send + Sync + 'static>; typedef12 source: Option<Source>,31 pub(crate) fn with(mut self, source: impl Into<Source>) -> Self { in with()