Type Definition portus::Result[][src]

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

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