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>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>