[][src]Type Definition jws::Result

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

std::result::Result with the error type filled in.