Type Definition chksum::Result

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

Result type alias with an error type of Error.