/// The trait for describing a channel
pubtraitChannelConfig{/// human-readable name
fnname()->&'staticstr;/// short description
fndesc()->&'staticstr;}// Maybe there should be a `&self` as parameter for custom channel/info or what...
pubtraitConfigHandle{fnname(&self)->&'staticstr;fndesc(&self)->&'staticstr;}