MCPcopy Create free account
hub / github.com/bytecodealliance/wit-bindgen / ToMoonBitIdent

Interface ToMoonBitIdent

crates/moonbit/src/pkg.rs:388–390  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

386}
387
388pub(crate) trait ToMoonBitIdent: ToOwned {
389 fn to_moonbit_ident(&self) -> Self::Owned;
390}
391
392impl ToMoonBitIdent for str {
393 fn to_moonbit_ident(&self) -> String {

Callers

nothing calls this directly

Implementers 1

pkg.rscrates/moonbit/src/pkg.rs

Calls

no outgoing calls

Tested by

no test coverage detected