[][src]Type Definition grandma::errors::GrandmaResult

type GrandmaResult<T> = Result<T, GrandmaError>;

Helper type for a call that could go wrong.