Module prelude

Source
Expand description

Re-exports of traits done in a way that doesn’t pollute the scope, as well as of the enum-dispatch types with their names prefixed with LocalSocket.

Re-exports§

pub use super::name::NameType as _;
pub use super::name::ToFsName as _;
pub use super::name::ToNsName as _;
pub use super::traits::Listener as _;
pub use super::traits::ListenerExt as _;
pub use super::traits::Stream as _;
pub use super::Listener as LocalSocketListener;
pub use super::Stream as LocalSocketStream;