[][src]Type Definition spirit_tokio::net::unix::UnixConfig

type UnixConfig = Empty;

Additional configuration for unix domain stream sockets.

Currently this is an alias to Empty, because there haven't been yet any idea what further to configure on them. However, this can turn into its own type in some future time and it won't be considered semver-incompatible change.

If you want to always have no additional configuration, use Empty explicitly.