pub fn key_decode_hex<T>(from: HexEncodedKeySlice<'_>) -> Result<T, CodecError>where
T: DeserializeOwned,
Expand description
Decode key from hex helper
pub fn key_decode_hex<T>(from: HexEncodedKeySlice<'_>) -> Result<T, CodecError>where
T: DeserializeOwned,
Decode key from hex helper