Opts doesnt need to be public

This commit is contained in:
Jeremy Wall 2022-02-07 15:41:15 -05:00
parent 07c88084d8
commit a798645326

View File

@ -56,7 +56,7 @@ pub trait IcmpSocket {
} }
/// Options for this socket. /// Options for this socket.
pub struct Opts { struct Opts {
hops: u32, hops: u32,
} }