Searched defs:consume (Results 1 – 9 of 9) sorted by relevance
/smoltcp-0.9.1/src/phy/ |
D | loopback.rs | 63 fn consume<R, F>(mut self, f: F) -> R in consume() method 78 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | tuntap_interface.rs | 84 fn consume<R, F>(mut self, f: F) -> R in consume() method 98 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | raw_socket.rs | 102 fn consume<R, F>(mut self, f: F) -> R in consume() method 116 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | fuzz_injector.rs | 93 fn consume<R, F>(self, f: F) -> R in consume() method 111 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | tracer.rs | 95 fn consume<R, F>(self, f: F) -> R in consume() method 122 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | mod.rs | 339 fn consume<R, F>(self, f: F) -> R in consume() method 352 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | pcap_writer.rs | 222 fn consume<R, F: FnOnce(&mut [u8]) -> R>(self, f: F) -> R { in consume() method 245 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|
D | fault_injector.rs | 271 fn consume<R, F>(self, f: F) -> R in consume() method 289 fn consume<R, F>(mut self, len: usize, f: F) -> R in consume() method
|
/smoltcp-0.9.1/src/iface/interface/ |
D | tests.rs | 126 fn consume<R, F>(self, len: usize, f: F) -> R in consume() method
|