Type Definition jws::Result

source ·
pub type Result<T> = Result<T, Error>;
Expand description

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