Function parse_swift_message_from_string

Source
pub fn parse_swift_message_from_string(
    value: &str,
) -> Result<HashMap<String, Vec<String>>>
Expand description

Parse a SwiftMessage from a string representation This is a placeholder implementation for the macro system