Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/apache/dubbo-rust
/ BoxedCodec
Class
BoxedCodec
remoting/base/src/codec.rs:28–28 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
26
27
#[derive(Clone)]
28
pub struct BoxedCodec(Arc<dyn Codec>);
29
30
impl BoxedCodec {
31
pub fn new(codec: Arc<dyn Codec>) -> Self {
Callers
2
new
Method · 0.85
test_registry
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_registry
Function · 0.68