rsdns 0.23.0

DNS Client Library
Documentation
1
2
3
pub trait Writer<T> {
    fn write(&mut self, o: &T) -> crate::Result<usize>;
}