Function parse_from_array

Source
pub fn parse_from_array<T>(array: Array<u8, T::Size>) -> T
where T: FromByteArray,