- API ›
- Constructors ›
- PeerSelfLocated
PeerSelfLocated
---types--- peerSelfLocated#f8ec284b expires:int = PeerLocated
Belongs to
| PeerLocated |
In Rust this constructor is a variant of the enums::PeerLocated enum.
Match on it with: if let enums::PeerLocated::PeerSelfLocated(v) = result { ... }
Parameters
| expires | int | required |