Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
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
57
pub trait DeduceStrKind {
58
fn str_kind(&self) -> StrKind;
59
}
60
61
impl DeduceStrKind for str {
62
fn str_kind(&self) -> StrKind {
Callers
nothing calls this directly
Implementers
1
str.rs
crates/common/src/str.rs
Calls
no outgoing calls
Tested by
no test coverage detected