Trait libcantal::Value [] [src]

pub trait Value: Display + Debug + Describe + Assign { }

A value stored in a collection

This is an umbrella trait that you can't implement outside of this crate.

Implementors