[][src]Module candid_client::candid_connection

Structs

CandidConnection

A connection to a CANdid server. Simply contains a TcpStream wrapped by a BufReader. Handles the communication with a server by reading one can frame at a time from a TCP stream.