Settings
Help

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.
Builtin πŸ”’
A β€œbuiltin” connect point.
Connect πŸ”’
ConnectPointDe πŸ”’
Representation of a connect point as deserialized.
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.
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.