basic_decode_with_depth_limit

Function basic_decode_with_depth_limit 

Source
pub fn basic_decode_with_depth_limit<T>(
    buf: &[u8],
    depth_limit: usize,
) -> Result<T, DecodeError>
where T: BasicDecode,