Function redust_resp::to_data

source ·
pub fn to_data<T>(value: &T) -> Result<Data<'static>, Error<'static>>where
    T: Serialize,
Expand description

Serialize T into Data.