Module static_reflect::builtins[][src]

Types builtin to the ‘static reflection’ system

These are mostly FFI-safe alternatives to the standard library types.

Structs

AsmOption

A FFI-safe alternative to Rust’s std::option::Option.

AsmSlice

A FFi-safe slice type (&[T])

AsmStr

A FFI-safe UTF8 string.