Module swc_config::config_types
source · Structs
- You can create this type like
true.into()
orfalse.into()
. - You can create this type like
Some(...).into()
orNone.into()
.
true.into()
or false.into()
.Some(...).into()
or None.into()
.