Type Alias swc_ecma_codegen::Result

source ·
pub type Result = Result<()>;

Aliased Type§

enum Result {
    Ok(()),
    Err(Error),
}

Variants§

§1.0.0

Ok(())

Contains the success value

§1.0.0

Err(Error)

Contains the error value