Type Definition pelite::Result

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

Specialized Result type for PE errors.