Skip to main content

SourceError

Type Alias SourceError 

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

The source of a Bug

Aliased Typeยง

struct SourceError { /* private fields */ }