Function bcs::from_reader_with_limit
source · pub fn from_reader_with_limit<T>(reader: impl Read, limit: usize) -> Result<T>where
T: DeserializeOwned,
Expand description
Same as from_reader_seed
but use limit
as max container depth instead of MAX_CONTAINER_DEPTHNote that
limit` has to be lower than MAX_CONTAINER_DEPTH