pub fn embedded_template_source(name: &str) -> Option<&'static str>Expand description
Return the byte-for-byte source of an embedded template by name,
or None when no such template exists. Used by rustio override
to materialise a copy at <RUSTIO_TEMPLATE_DIR>/<name> so the
operator can start editing without first having to find the
framework source.