Enum witx_codegen::OutputType [−][src]
pub enum OutputType {
AssemblyScript,
Rust,
Zig,
Overview,
Doc,
}
Expand description
Generator output types
Variants
AssemblyScript
Rust
Zig
Overview
Doc
Trait Implementations
type Err = ParseError
type Err = ParseError
The associated error which can be returned from parsing.
type Error = ParseError
type Error = ParseError
The type returned in the event of a conversion error.
Names of the variants of this enum
Auto Trait Implementations
impl RefUnwindSafe for OutputType
impl Send for OutputType
impl Sync for OutputType
impl Unpin for OutputType
impl UnwindSafe for OutputType
Blanket Implementations
Mutably borrows from an owned value. Read more