extern crate tokio_buf; use tokio_buf::BufStream; // Ensures that `BufStream` can be a trait object #[allow(dead_code)] fn obj(_: &mut BufStream) {}