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 851d6e2 commit d479ac5Copy full SHA for d479ac5
src/util/opaque_pointer.rs
@@ -24,7 +24,7 @@ impl OpaquePointer {
24
OpaquePointer(addr.to_mut_ptr::<c_void>())
25
}
26
27
- pub fn to_address(self) -> Self {
+ pub fn to_address(self) -> Address {
28
Address::from_mut_ptr(self.0)
29
30
0 commit comments