[][src]Function maidsafe_utilities::serialisation::deserialise_from_with_limit

pub fn deserialise_from_with_limit<R: Read, T: DeserializeOwned>(
    read: &mut R,
    size_limit: Bounded
) -> Result<T, SerialisationError>

Deserialise a Deserialize type directly from a Read with max size limit specified.