Struct wiggle_generate::config::Config [−][src]
pub struct Config {
pub witx: WitxConf,
pub errors: ErrorConf,
pub async_: AsyncConf,
pub wasmtime: bool,
}
Fields
witx: WitxConf
errors: ErrorConf
async_: AsyncConf
wasmtime: bool
Implementations
Load the witx
document for the configuration.
Panics
This method will panic if the paths given in the witx
field were not valid documents.
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Config
impl UnwindSafe for Config
Blanket Implementations
Mutably borrows from an owned value. Read more