multiversx_sc_codec

Function try_cast_ref

Source
pub fn try_cast_ref<T, U>(t: &T) -> Option<&U>
where T: 'static, U: 'static,