[][src]Module romp::message::hdr_string

Structs

HdrString

Failed attempt to get around the problem that most messages have static header names would be nice to tie hdr lifetime to that of a message but it seems that is not possible. this code has two pointers to that of a borrowed string with 'static lifetime or an owned string. Looking at it seems this will not work and owned strings are cheaper than this code avoiding them