decode_vector_value

Function decode_vector_value 

Source
pub fn decode_vector_value(
    bytes: &[u8],
) -> Result<(VectorData, String), VectorError>
Expand description

Decode a vector value from storage.

Returns the vector data and the vector name.

ยงErrors

Returns an error if the byte slice is malformed or uses an unsupported format version.