Skip to main content

specs

Function specs 

Source
pub fn specs() -> Result<Vec<(&'static str, PanelSpec)>>
Expand description

Every embedded panel spec, parsed, as (path, spec) in embedding order.

§Errors

Fails on a spec that does not parse; the crate’s tests keep that from being embedded.