[][src]Function sp_dto::get_payload_with_attachments

pub fn get_payload_with_attachments<T>(
    msg_meta: &MsgMeta,
    data: &[u8]
) -> Result<(T, Vec<(String, Vec<u8>)>), Error> where
    T: Debug,
    T: Serialize,
    T: Deserialize<'de>,