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

type StdResult<T> = Result<T, StdError>;
Expand description

A helper type for any result with standard error.