mirror of
https://github.com/mbilker/kbinxml-rs.git
synced 2026-09-11 12:05:09 -05:00
ip4: make visitor crate visible
This commit is contained in:
@@ -7,7 +7,7 @@ use serde::ser::{Serialize, SerializeTupleStruct, Serializer};
|
||||
|
||||
pub struct Ip4Addr(Ipv4Addr);
|
||||
|
||||
struct Ip4Visitor;
|
||||
pub(crate) struct Ip4Visitor;
|
||||
|
||||
impl Ip4Addr {
|
||||
pub fn new(addr: Ipv4Addr) -> Self {
|
||||
|
||||
Reference in New Issue
Block a user