We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cbd15 commit 72b91a5Copy full SHA for 72b91a5
src/handle.rs
@@ -35,7 +35,7 @@ where
35
/// message, the stream is
36
/// closed
37
pub fn request(
38
- &mut self,
+ &self,
39
message: NetlinkMessage<T>,
40
destination: SocketAddr,
41
) -> Result<impl Stream<Item = NetlinkMessage<T>>, Error<T>> {
@@ -59,7 +59,7 @@ where
59
}
60
61
pub fn notify(
62
63
64
65
) -> Result<(), Error<T>> {
0 commit comments