Structs§
- Function
Bindgen - Resource
Table - Map used for resource function bindgen within a given component
Enums§
Functions§
- array_
ty - as_
nullable - Tests whether
ty
can be represented withnull
, and if it can then the “other type” is returned. IfSome
is returned that means thatty
isnull | <return>
. IfNone
is returned that means thatnull
can’t be used to representty
. - maybe_
null