Struct ln_types::p2p_address::Host [−][src]
pub struct Host(_);Expand description
Type representing network address of an LN node.
This type can avoid allocations if the value is an IP address.
Implementations
Trait Implementations
Auto Trait Implementations
impl RefUnwindSafe for Host
impl UnwindSafe for Host
Blanket Implementations
Mutably borrows from an owned value. Read more