referrerpolicy=no-referrer-when-downgrade
pub fn inbound_message_details<Runtime, MessagesPalletInstance>(
    lane: Runtime::LaneId,
    messages: Vec<(MessagePayload, OutboundMessageDetails)>,
) -> Vec<InboundMessageDetails>
where Runtime: Config<MessagesPalletInstance>, MessagesPalletInstance: 'static,
Expand description

Implementation of the To*InboundLaneApi::message_details.