Struct wiggle_generate::config::Config [−][src]
pub struct Config {
pub witx: WitxConf,
pub errors: ErrorConf,
pub async_: AsyncConf,
pub wasmtime: bool,
}Fields
witx: WitxConferrors: ErrorConfasync_: AsyncConfwasmtime: boolImplementations
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
