Function try_pop_shared_input_data_into

Source
pub fn try_pop_shared_input_data_into<T>() -> Result<T>
where T: for<'a> TryFrom<&'a [u8]>,