Skip to main content

measure

Function measure 

Source
pub fn measure(ctx: &GateCtx) -> Result<Vec<Measurement>, GateError>
Expand description

Measure every spec under the documentation root on both dimensions. A spec with a malformed marker pair is skipped, as the gate skips it.

ยงErrors

GateError::Io when a spec cannot be read.