vec_decode_with_nice_error

Function vec_decode_with_nice_error 

Source
pub fn vec_decode_with_nice_error<E: ValidatableCustomExtension<()>, T: VecDecode<E::CustomValueKind> + Describe<<E::CustomSchema as CustomSchema>::CustomAggregatorTypeKind>>(
    buf: &[u8],
    max_depth: usize,
) -> Result<T, String>