Function pallet_message_queue::mock_helpers::msg
source · pub fn msg<N: Get<u32>>(x: &str) -> BoundedSlice<'_, u8, N>
Expand description
Create a message from the given data.
pub fn msg<N: Get<u32>>(x: &str) -> BoundedSlice<'_, u8, N>
Create a message from the given data.