MCPcopy Index your code
hub / github.com/RustPython/RustPython / DeduceStrKind

Interface DeduceStrKind

crates/common/src/str.rs:57–59  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

55}
56
57pub trait DeduceStrKind {
58 fn str_kind(&self) -> StrKind;
59}
60
61impl DeduceStrKind for str {
62 fn str_kind(&self) -> StrKind {

Callers

nothing calls this directly

Implementers 1

str.rscrates/common/src/str.rs

Calls

no outgoing calls

Tested by

no test coverage detected