pub fn from_slice<T>(bytes: &[u8]) -> Result<T>where
T: DeserializeOwned,Expand description
Attempts to deserialize the config from a byte slice.
ยงErrors
Will return a DeserializationError if the config is invalid.
pub fn from_slice<T>(bytes: &[u8]) -> Result<T>where
T: DeserializeOwned,Attempts to deserialize the config from a byte slice.
Will return a DeserializationError if the config is invalid.