pub fn to_data<T>(value: &T) -> Result<Data<'static>, Error<'static>>where T: Serialize,
Serialize T into Data.
T