Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/aws/aws-lambda-rust-runtime
/ boxed
Method
boxed
lambda-extension/src/error.rs:11–13 ·
view source on GitHub ↗
(str: T)
Source
from the content-addressed store, hash-verified
9
10
impl ExtensionError {
11
pub(crate) fn boxed<T: Into<String>>(str: T) -> Box<ExtensionError> {
12
Box::new(ExtensionError { err: str.into() })
13
}
14
}
15
16
impl std::fmt::Display for ExtensionError {
Callers
5
call
Method · 0.80
stream_adapter_is_boxable
Function · 0.80
adapter_is_boxable
Function · 0.80
establish_connection
Function · 0.80
poll
Method · 0.80
Calls
no outgoing calls
Tested by
2
stream_adapter_is_boxable
Function · 0.64
adapter_is_boxable
Function · 0.64