Docs.rs
fuel-core-interfaces-0.15.3
fuel-core-interfaces 0.15.3
Docs.rs crate page
BUSL-1.1
Links
Homepage
Repository
crates.io
Source
Owners
fuel-bot
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
derive_more ^0.99
normal
fuel-vm ^0.22
normal
lazy_static ^1.4
normal
parking_lot ^0.12
normal
secrecy ^0.8
normal
serde ^1.0
normal
tai64 ^4.0
normal
thiserror ^1.0
normal
tokio ^1.21
normal
zeroize ^1.5
normal
Versions
26.3%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
NetworkData
Required Methods
take_data
Implementors
In fuel_core_interfaces::p2p
?
Trait
fuel_core_interfaces
::
p2p
::
NetworkData
source
·
[
−
]
pub trait NetworkData<T>:
Debug
+
Send
{ fn
take_data
(&mut self) ->
Option
<T>; }
Required Methods
§
source
fn
take_data
(&mut self) ->
Option
<T>
Implementors
§
source
§
impl<T:
Debug
+
Send
+ 'static>
NetworkData
<T> for
GossipData
<T>