We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 103f6de commit eedb1a8Copy full SHA for eedb1a8
capnp-rpc/src/lib.rs
@@ -316,9 +316,6 @@ where
316
)))
317
}
318
319
-#[deprecated(since = "0.17.0", note = "use CapabilityServerSet instead")]
320
-pub type WeakCapabilityServerSet<S, C> = CapabilityServerSet<S, C>;
321
-
322
/// Allows a server to recognize its own capabilities when passed back to it, and obtain the
323
/// underlying Server objects associated with them. Holds only weak references to Server objects
324
/// allowing Server objects to be dropped when dropped by the remote client. Call the `gc` method
0 commit comments