MCPcopy Create free account
hub / github.com/bajrangCoder/setu / Assets

Class Assets

src/assets.rs:9–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected