[][src]Type Definition db::utils::JsonDecoderResult

type JsonDecoderResult<T> = Result<T, Error>;

custom result for decoding json values