Function try_into

Source
fn try_into<'a, U, T>(slice: &'a [U]) -> Result<Vec<T>, InvalidBigInt>
where T: TryFrom<&'a U, Error = InvalidBigInt>,