decode_embedding_key

Function decode_embedding_key 

Source
pub fn decode_embedding_key(key: &[u8]) -> Option<EmbeddingKey>
Expand description

Decode an embedding key.

Returns None if the key doesn’t have the correct format.