MCPcopy 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)]
28pub struct BoxedCodec(Arc<dyn Codec>);
29
30impl BoxedCodec {
31 pub fn new(codec: Arc<dyn Codec>) -> Self {

Callers 2

newMethod · 0.85
test_registryFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_registryFunction · 0.68