MCPcopy Create free account
hub / github.com/explodingcamera/tinywasm / from

Method from

crates/tinywasm/src/error.rs:222–224  ·  view source on GitHub ↗
(value: LinkingError)

Source from the content-addressed store, hash-verified

220
221impl From<LinkingError> for Error {
222 fn from(value: LinkingError) -> Self {
223 Self::Linker(value)
224 }
225}
226
227impl From<TwasmError> for Error {

Callers

nothing calls this directly

Calls 2

TrapEnum · 0.85
ParserClass · 0.85

Tested by

no test coverage detected