Function eof [src]

Prototype

pub fn eof(c: Client) bool

Parameters

c: Client

Source

pub fn eof(c: Client) bool { return c.received_close_notify; }