Module static_reflect::builtins[][src]

Expand description

Types builtin to the ‘static reflection’ system

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

Structs

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

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

A FFI-safe UTF8 string.