pub type HumusFormatIdentifier = TinyAsciiStr<16>;Expand description
An identifier string for an output format that either resolves to an API or Template renderer.
This is limited in length (currently 16 ASCII chars)
Aliased Typeยง
pub struct HumusFormatIdentifier { /* private fields */ }