[][src]Type Definition portus::Result

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

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