MCPcopy Create free account
hub / github.com/astonbitecode/j4rs / rx

Method rx

rust/src/api/instance.rs:145–147  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

143 }
144
145 pub fn rx(&self) -> &Receiver<Instance> {
146 &self.rx
147 }
148}
149
150impl Drop for InstanceReceiver {

Calls

no outgoing calls