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

Class CppBootstrapperError

unreal_cpp_bootstrapper/src/error.rs:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug)]
7pub struct CppBootstrapperError {
8 kind: CppBootstrapperErrorKind,
9}
10
11#[derive(Debug)]
12pub enum CppBootstrapperErrorKind {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected