Struct tf_demo_parser::demo::message::generated::PrintMessage [−][src]
pub struct PrintMessage {
pub value: String,
}Fields
value: StringTrait Implementations
Read the type from stream
The number of bits that will be read or None if the number of bits will change depending on the bit stream Read more
Auto Trait Implementations
impl RefUnwindSafe for PrintMessageimpl Send for PrintMessageimpl Sync for PrintMessageimpl Unpin for PrintMessageimpl UnwindSafe for PrintMessage