[][src]Crate rebound

A crate aiming to implement 'full' reflection in Rust.

Re-exports

pub use error::Error;
pub use value::Value;
pub use ty::Type;
pub use tr::Trait;
pub use info::AssocFn;
pub use info::AssocConst;
pub use info::Field;
pub use info::FieldKind;
pub use info::VariantInfo;
pub use crate::reflect::Reflected;

Modules

__helpers
error
info
reflect
tr
ty
value

Dynamically typed, lifetime safe values

Macros

__make_const_accessor
__make_dyn_helper
__make_enum_named_ref_accessor
__make_enum_named_setter
__make_ref_accessor
__make_setter
__make_static_helper
init_tys

Functions

init_base