Skip to main content

embedded_template_names

Function embedded_template_names 

Source
pub fn embedded_template_names() -> Vec<&'static str>
Expand description

Re-exported from rustio-admin-assets so the framework’s public API (rustio_admin::embedded_template_names / rustio_admin::embedded_template_source, via lib.rs) is unchanged after the assets split. See that crate for the definitions. Every embedded template name, by canonical path (e.g. "admin/list.html"). Order matches EMBEDDED_TEMPLATES and is stable across builds so rustio-admin override enumerates copy candidates deterministically; project code can also iterate this to build documentation pages.