pub struct TsStreamLine {
pub timestamp: OffsetDateTime,
pub kind: StreamKind,
pub text: String,
}Expand description
Timestamped stream line
Fields§
§timestamp: OffsetDateTime§kind: StreamKind§text: StringTrait Implementations§
source§impl TryFrom<&StreamLine> for TsStreamLine
impl TryFrom<&StreamLine> for TsStreamLine
source§fn try_from(value: &StreamLine) -> Result<TsStreamLine, Self::Error>
fn try_from(value: &StreamLine) -> Result<TsStreamLine, Self::Error>
Performs the conversion.