| 7 | #[folder = "./assets"] |
| 8 | #[include = "icons/*.svg"] |
| 9 | pub struct Assets; |
| 10 | |
| 11 | impl AssetSource for Assets { |
| 12 | fn load(&self, path: &str) -> anyhow::Result<Option<Cow<'static, [u8]>>> { |
nothing calls this directly
no outgoing calls
no test coverage detected