pub fn from_data<'de, T>(data: Data<'de>) -> Result<T, Error<'de>> where
    T: Deserialize<'de>, 
Expand description

Deserialize Data into T.