Type Definition migra::errors::StdError[][src]

type StdError = Box<dyn Error + Sync + Send + 'static>;
Expand description

A helper type for any standard error.