pub struct ConfiguredModule<C> {
pub module: Module,
// some fields omitted
}
Expand description
A pseudo-random generated WebAssembly file with custom configuration.
If you don’t care about custom configuration, use Module
instead.
For details on configuring, see the Config
trait.
The generated module, controlled by the configuration of C
in the
Arbitrary
implementation.
Generate an arbitrary value of Self
from the given unstructured data. Read more
Generate an arbitrary value of Self
from the entirety of the given unstructured data. Read more
Get a size hint for how many bytes out of an Unstructured
this type
needs to construct itself. Read more
Formats the value using the given formatter. Read more
impl<T> Any for T where
T: 'static + ?Sized,
Immutably borrows from an owned value. Read more
Mutably borrows from an owned value. Read more
impl<T, U> Into<U> for T where
U: From<T>,
The type returned in the event of a conversion error.
The type returned in the event of a conversion error.