Struct ftp::types::Line [] [src]

pub struct Line(pub u32, pub String);

Line contains a command code and the contents of a line of text read from the network.