Skip to main content

RenderedPageComponentsResult

Type Alias RenderedPageComponentsResult 

Source
pub type RenderedPageComponentsResult = RUMResult<RenderedPageComponents>;

Aliased Type§

pub enum RenderedPageComponentsResult {
    Ok(Vec<CompactString>),
    Err(CompactString),
}

Variants§

§1.0.0

Ok(Vec<CompactString>)

Contains the success value

§1.0.0

Err(CompactString)

Contains the error value