[][src]Type Definition xaynet::services::messages::MessageParserResponse

type MessageParserResponse = Result<MessageOwned, MessageParserError>;

Response type for the MessageParserService.

It contains the parsed message.