Struct tauri_codegen::ContextData [−][src]
pub struct ContextData {
pub dev: bool,
pub config: Config,
pub config_parent: PathBuf,
pub root: TokenStream,
}Expand description
Necessary data needed by context_codegen to generate code for a Tauri application context.
Fields
dev: boolconfig: Configconfig_parent: PathBufroot: TokenStreamAuto Trait Implementations
impl RefUnwindSafe for ContextDataimpl !Send for ContextDataimpl !Sync for ContextDataimpl Unpin for ContextDataimpl UnwindSafe for ContextData