HTMLResult

Type Alias HTMLResult 

Source
pub type HTMLResult = Result<RUMWebResponse, RUMString>;

Aliased Type§

pub enum HTMLResult {
    Ok(RUMWebResponse),
    Err(CompactString),
}

Variants§

§1.0.0

Ok(RUMWebResponse)

Contains the success value

§1.0.0

Err(CompactString)

Contains the error value