Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/actix/examples
/ as_str
Method
as_str
forms/form/src/main.rs:91–93 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
89
90
impl BodyTest for Bytes {
91
fn as_str(&self) -> &str {
92
std::str::from_utf8(self).unwrap()
93
}
94
}
95
96
#[actix_web::test]
Callers
8
send_invitation
Function · 0.80
handle
Method · 0.80
handle
Method · 0.80
forward
Function · 0.80
forward_reqwest
Function · 0.80
get_error_response
Function · 0.80
get_error_response
Function · 0.80
rpc_handler
Function · 0.80
Calls
no outgoing calls
Tested by
no test coverage detected