pub type WrappedKeyBytes = WrappedKeyBytesV32;
Aliased Type§
struct WrappedKeyBytes(pub [u8; 48]);
Fields§
§0: [u8; 48]
Trait Implementations§
Source§impl Default for WrappedKeyBytes
impl Default for WrappedKeyBytes
Source§impl Deref for WrappedKeyBytes
impl Deref for WrappedKeyBytes
Source§impl DerefMut for WrappedKeyBytes
impl DerefMut for WrappedKeyBytes
Source§impl<'de> Deserialize<'de> for WrappedKeyBytes
impl<'de> Deserialize<'de> for WrappedKeyBytes
Source§fn deserialize<D>(deserializer: D) -> Result<WrappedKeyBytes, D::Error>where
D: Deserializer<'de>,
fn deserialize<D>(deserializer: D) -> Result<WrappedKeyBytes, D::Error>where
D: Deserializer<'de>,
Deserialize this value from the given Serde deserializer. Read more