Crate reflect_tools

Source
Expand description

§Module :: reflect_tools

experimental rust-status docs.rs Open in Gitpod discord

§Basic use-case

// xxx : qqq : write please

§To add to your project

cargo add reflect_tools

§Try out from the repository

git clone https://github.com/Wandalen/wTools
cd wTools
cd examples/reflect_tools_trivial
cargo run

Modules§

dependency
Namespace with dependencies.
exposed
Exposed namespace of the module.
orphan
Orphan namespace of the module.
own
Own namespace of the module.
prelude
Prelude to use essentials: use my_module::prelude::*.
reflect
System of Types for Reflection

Structs§

OptionalCow
Universal wrapper with transparent option of copy on write reference emphasizing a specific aspect of identity of its internal type.

Traits§

Fields
A trait for iterating over fields convertible to a specified type within an entity.
IteratorTrait
A trait for iterators that implement _IteratorTrait and Clone.
TypeName
Trait returning name of type of variable.
_IteratorTrait
A trait for iterators that are also ExactSizeIterator.

Functions§

reflect
Provides a reflection of an instance that implements the Instance trait.