pub fn parse_state_comment(body: &str) -> Option<PersistedState>Expand description
Extract the payload from a state comment. The marker is followed by JSON and
terminated with -->.
pub fn parse_state_comment(body: &str) -> Option<PersistedState>Extract the payload from a state comment. The marker is followed by JSON and
terminated with -->.