[][src]Module rebound::value

Dynamically typed, lifetime safe values

Structs

Value

A Value represents a value with an erased type. It may be owned or borrowed. The Value will have at most the lifetime of the value it was created from.