Type Alias chrome_cache_parser::error::CCPResult

source ·
pub type CCPResult<T> = Result<T, CCPError>;

Aliased Type§

enum CCPResult<T> {
    // some variants omitted
}

Variants§