pub struct Noop;
Expand description
An intrinsic that does nothing.
This type can be used for Environment::Intrinsic
if there is no need for
custom intrinsics.
pub struct Noop;
An intrinsic that does nothing.
This type can be used for Environment::Intrinsic
if there is no need for
custom intrinsics.