[][src]Function wascc_actor::prelude::deserialize

pub fn deserialize<'de, T>(
    buf: &[u8]
) -> Result<T, Box<dyn Error + 'static + Sync + Send>> where
    T: Deserialize<'de>, 

The standard function for de-serializing codec structs from a format suitable for message exchange between actor and host. Use of any other function to deserialize could result in breaking incompatibilities.