pub type SendMessage = MessageInfo;Aliased Type§
pub struct SendMessage {
pub chan: ChannelInfo,
pub cmd: String,
pub time: NanoTimestamp,
}Fields§
§chan: ChannelInfo§cmd: String§time: NanoTimestamppub type SendMessage = MessageInfo;pub struct SendMessage {
pub chan: ChannelInfo,
pub cmd: String,
pub time: NanoTimestamp,
}chan: ChannelInfo§cmd: String§time: NanoTimestamp