pub fn parse(message: &str, self_id: Option<&str>) -> Option<Delta>Expand description
Reads one delta message.
Returns None only when the text is not a Signal K delta at all – not
when it carries nothing useful, which is an ordinary and frequent state
of affairs.