Function marker
pub fn marker<S>(name: S) -> Marker<S>Available on crate features
html and http 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.