Struct debug_interface::AsyncNodeDebugClient
source · pub struct AsyncNodeDebugClient { /* private fields */ }
Expand description
Implement default utility client for AsyncNodeDebugInterface
Implementations§
source§impl AsyncNodeDebugClient
impl AsyncNodeDebugClient
sourcepub fn new<A: AsRef<str>>(client: Client, address: A, port: u16) -> Self
pub fn new<A: AsRef<str>>(client: Client, address: A, port: u16) -> Self
Create AsyncNodeDebugInterface from a valid socket address.