Type Alias phat_js::Output

source ·
pub type Output = Value;

Aliased Type§

enum Output {
    String(String),
    Bytes(Vec<u8>),
    Undefined,
}

Variants§

§

String(String)

§

Bytes(Vec<u8>)

§

Undefined