Trait risinglight::array::ValueRef
source · pub trait ValueRef: ToOwned + AsRef<[u8]> + Send + Sync + 'static {
fn from_bytes(s: &[u8]) -> &Self;
}
Expand description
The borrowed type of a variable-length value.
pub trait ValueRef: ToOwned + AsRef<[u8]> + Send + Sync + 'static {
fn from_bytes(s: &[u8]) -> &Self;
}
The borrowed type of a variable-length value.