Type Alias tor_error::internal::SourceError

source ·
type SourceError = Arc<dyn Error + Send + Sync + 'static>;
Expand description

The source of an Bug

Aliased Type§

struct SourceError { /* private fields */ }