Skip to main content

GeneratedNodeSourceSpan

Type Alias GeneratedNodeSourceSpan 

Source
pub type GeneratedNodeSourceSpan = PortableNodeSourceSpan;
Expand description

Reexport of the portable engine node source span type.

Aliased Type§

pub struct GeneratedNodeSourceSpan {
    pub node: i32,
    pub size: i32,
    pub source: PortableSourceSpan,
}

Fields§

§node: i32§size: i32§source: PortableSourceSpan