MCPcopy Create free account
hub / github.com/Rust-GPU/rust-gpu / InvalidTarget

Class InvalidTarget

crates/rustc_codegen_spirv/src/target.rs:147–147  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

145
146#[derive(Debug)]
147pub struct InvalidTarget(String);
148
149impl std::error::Error for InvalidTarget {}
150impl std::fmt::Display for InvalidTarget {

Callers 1

from_strMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected