pub type Measurement<'a> = EscapedStr<'a>;
pub enum Measurement<'a> { SingleSlice(&'a str), CopiedValue(String), }