[][src]Trait eyros::Value

pub trait Value: Debug + Clone + Send + Sync + ToBytes + FromBytes + CountBytes { }

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

Implementors

impl<T> Value for T where
    T: Debug + Clone + Send + Sync + ToBytes + FromBytes + CountBytes
[src]

Loading content...