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.

Trait Implementations

Auto Trait Implementations

impl Send for Line

impl Sync for Line