Skip to main content

parse_message_file

Function parse_message_file 

Source
pub fn parse_message_file<P: AsRef<Path>>(
    pkg_name: &str,
    interface_filename: P,
) -> ParseResult<MessageSpecification>
Expand description

Parse a message file

ยงErrors

Returns ParseError if the file cannot be read or the message format is invalid.