MCPcopy Create free account
hub / github.com/LPC4/Full-Stack / BuildError

Enum BuildError

src/build.rs:270–276  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 }
269 }
270
271 pub fn path(name: impl Into<String>, path: impl Into<PathBuf>) -> Self {
272 Self::Path {
273 name: name.into(),
274 path: path.into(),
275 }
276 }
277
278 fn load(&self) -> Result<LoadedSource, BuildError> {
279 match self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected