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-service-user
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
optional
tai64 ^4.0
normal
thiserror ^1.0
normal
tokio ^1.21
normal
zeroize ^1.5
normal
Versions
33.25%
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
fuel_
core_
interfaces
0.15.3
Network
Data
Required Methods
take_data
Implementors
In fuel_
core_
interfaces::
p2p
fuel_core_interfaces
::
p2p
Trait
NetworkData
Copy item path
Source
pub trait NetworkData<T>:
Debug
+
Send
{ // Required method 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>