Trait Alias enso_prelude::Wrapper[][src]

trait Wrapper = Wrap + ContentRef;
Expand description

Trait for objects which wrap values. Please note that this implements safe wrappers, so the object - value relation must be bijective.