Type Definition portus::Result

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

CCP custom Result type, using Error as the Err type.