[][src]Trait eyros::Value

pub trait Value: Debug + Clone + TakeBytes + Serialize + DeserializeOwned + 'static { }

Data to use for the payload portion stored at a coordinate.

Implementors

impl<T> Value for T where
    T: Debug + Clone + TakeBytes + Serialize + DeserializeOwned + 'static, 
[src]

Loading content...