Code
Hub
Workspaces
Following
Digest
Agents
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/RustPython/RustPython
/ as_ref
Method
as_ref
crates/wtf8/src/lib.rs:629–631 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
627
628
impl AsRef<Wtf8> for Wtf8Buf {
629
fn as_ref(&self) -> &Wtf8 {
630
self
631
}
632
}
633
634
impl From<String> for Wtf8Buf {
Callers
8
join
Method · 0.45
extend
Method · 0.45
from_iter
Method · 0.45
new
Method · 0.45
ends_with
Method · 0.45
starts_with
Method · 0.45
strip_prefix
Method · 0.45
strip_suffix
Method · 0.45
Calls
1
as_bytes
Method · 0.45
Tested by
no test coverage detected