MCPcopy Create free account
hub / github.com/bitcoindevkit/rust-electrum-client / clone

Method clone

src/stream.rs:51–53  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

49
50impl<T: Read + Write> Clone for ClonableStream<T> {
51 fn clone(&self) -> Self {
52 ClonableStream(Arc::clone(&self.0))
53 }
54}

Callers 15

fromMethod · 0.80
new_sslMethod · 0.80
new_ssl_from_streamMethod · 0.80
new_proxy_sslMethod · 0.80
_reader_threadMethod · 0.80
block_header_rawMethod · 0.80
estimate_feeMethod · 0.80
relay_feeMethod · 0.80
transaction_get_rawMethod · 0.80

Calls 1

ClonableStreamClass · 0.85