Skip to main content

FigureDecl

Type Alias FigureDecl 

Source
pub type FigureDecl = FigureDecl<Desugared>;

Aliased Type§

pub struct FigureDecl {
    pub visibility: Visibility,
    pub name: Spanned<NameDef<Decl>>,
    pub plot_names: Vec<Spanned<ScopedName>>,
    pub fields: Vec<PlotField<Desugared>>,
}

Fields§

§visibility: Visibility§name: Spanned<NameDef<Decl>>§plot_names: Vec<Spanned<ScopedName>>

The plot names referenced by this figure (from the plots: [...] field).

§fields: Vec<PlotField<Desugared>>

Additional fields (e.g., title).