Skip to main content

Module connpt

Module connpt 

Source
Expand description

Connect point types, and the code to parse them and resolve them.

StructsΒ§

AddrWithStr πŸ”’
Represent an address type along with the string it was decoded from.
AddressFile πŸ”’
The representation of an address as written into a socket file.
Builtin πŸ”’
A β€œbuiltin” connect point.
Connect πŸ”’
Information for a connect point that is implemented by making a socket connection to an address.
ConnectPointDe πŸ”’
Representation of a connect point as deserialized.
InetAutoAddress πŸ”’
Instructions to bind to an address chosen by the OS.
ParsedConnectPoint
A connect point, as deserialized from TOML.
Resolved πŸ”’
Type parameters for resolved connect points
ResolvedConnectPoint
A connect point, with all paths resolved.
Unresolved πŸ”’
Type parameters for unresolved connect points

EnumsΒ§

Auth πŸ”’
An authentication method for RPC implementations to use, along with its related parameters.
BuiltinVariant πŸ”’
A particular built-in strategy.
ConnectAddress πŸ”’
A target of a Connect connpt.
ConnectPointEnum πŸ”’
Implementation type for a connect point.
ParseError
A failure from ParsedConnectPoint::from_str().
ResolveError
A failure from ParsedConnectPoint::resolve().

TraitsΒ§

Addresses πŸ”’
Trait to hold types that vary depending on whether a connect point is resolved or not.

FunctionsΒ§

sockaddr_check_absolute πŸ”’
Return true if s is an absolute address.