vec_decode_with_nice_error

Function vec_decode_with_nice_error 

Source
pub fn vec_decode_with_nice_error<E, T>(
    buf: &[u8],
    max_depth: usize,
) -> Result<T, String>