Skip to main content

PlotDecl

Type Alias PlotDecl 

Source
pub type PlotDecl = PlotDecl<Desugared>;

Aliased Type§

pub struct PlotDecl {
    pub visibility: Visibility,
    pub name: Spanned<NameDef<Decl>>,
    pub mark: MarkSpec<Desugared>,
    pub encodings: Vec<Encoding<Desugared>>,
    pub properties: Vec<PlotField<Desugared>>,
}

Fields§

§visibility: Visibility§name: Spanned<NameDef<Decl>>§mark: MarkSpec<Desugared>§encodings: Vec<Encoding<Desugared>>§properties: Vec<PlotField<Desugared>>