rust

package
v0.0.0-...-6f9c769 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 10, 2023 License: Apache-2.0 Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Enum

type Enum struct {
	*parser.Enum
}

type EnumOption

type EnumOption struct {
	*parser.EnumOption
	Name string
}

type Field

type Field struct {
	*parser.Struct
	*parser.Field
	Name string
}

type Module

type Module struct {
	Name     string
	Parent   *Module
	Children []*Module
}

type Struct

type Struct struct {
	*parser.Struct
	Name string
}

type Union

type Union struct {
	*parser.Struct
	Name string
}

type Variant

type Variant struct {
	*parser.Variant
}

type VariantOption

type VariantOption struct {
	*parser.VariantOption
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL