pub fn marker<S: AsRef<str>>(name: S) -> Marker<S>Available on crate feature
html only.Expand description
Emit a <?marker name="…"> processing instruction for use as a
placeholder in a Chrome declarative partial updates shell. The name is
HTML-escaped via escape_into on render.