pub struct WasmBuilderSelectProject { /* private fields */ }
Expand description

First step of the WasmBuilder to select the project to build.

Implementations§

Use the current project as project for building the WASM binary.

Panics

Panics if the CARGO_MANIFEST_DIR variable is not set. This variable is always set by Cargo in build.rs files.

Use the given path as project for building the WASM binary.

Returns an error if the given path does not points to a Cargo.toml.

Auto Trait Implementations§

Blanket Implementations§

Gets the TypeId of self. Read more
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more

Returns the argument unchanged.

Calls U::from(self).

That is, this conversion is whatever the implementation of From<T> for U chooses to do.

The type returned in the event of a conversion error.
Performs the conversion.
The type returned in the event of a conversion error.
Performs the conversion.