Fix an inaccurate comment.

v0.7.x
whitequark 2017-08-31 14:33:10 +00:00
parent 47770a5ec2
commit 6da3e5f217
1 changed files with 0 additions and 3 deletions

View File

@ -29,9 +29,6 @@ pub enum PcapMode {
}
/// A packet capture sink.
///
/// A sink is an interface to the platform functions, providing timestamping
/// and streaming data output.
pub trait PcapSink {
/// Write data into the sink.
fn write(&self, data: &[u8]);