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.