devela 0.29.0

A development substrate of coherence.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
// devela/src/sys/net/_reexport_core.rs

#[allow(unused_imports)]
use crate::{_reexport, _tags};

/* structs */

_reexport! { rust: core::net,
    location: "sys/net" => struct AddrParseError, tag: _tags!(network error),
    doc: "An error which can be returned when parsing an IP or socket address.",
    @AddrParseError as NetAddrParseError
}