Type Definition sounding_analysis::error::Result [] [src]

type Result<T> = Result<T, AnalysisError>;

Shorthand for results.