MCPcopy Create free account
hub / github.com/AstroTechies/unrealmodding / CppBootstrapperErrorKind

Enum CppBootstrapperErrorKind

unreal_cpp_bootstrapper/src/error.rs:12–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

10
11#[derive(Debug)]
12pub enum CppBootstrapperErrorKind {
13 Io(io::Error),
14 Pak(PakError),
15 Metadata(unreal_mod_metadata::error::Error),
16}
17
18impl Display for CppBootstrapperError {
19 fn fmt(&self, f: &mut std::fmt::Formatter<'_>) -> std::fmt::Result {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected