Function multiversx_sc_codec::try_cast_ref

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