Crate golang_type[][src]

Re-exports

pub use golang_type_macro;

Modules

array_type
channel_type
function_type
golang_struct_tag
golang_type_name_core
interface_type
map_type
parenthesized_type
pointer_type
slice_type
struct_type

Macros

gen_type

Structs

ArrayType
ChannelType
FieldDecl
FunctionType
InterfaceType
MapType
ParenthesizedType
PointerType
SliceType
StructType

Enums

ArrayLength
ArrayTypeParseError
ChannelTypeParseError
EmbeddedField
FunctionTypeParseError
InterfaceTypeParseError
MapTypeParseError
ParenthesizedTypeParseError
PointerTypeParseError
SliceTypeParseError
StructField
StructTypeParseError
Type
TypeName
TypeNameParseError
TypeParseError