Expand description
Connect point types, and the code to parse them and resolve them.
Structs§
- Addr
With 🔒Str - Represent an address type along with the string it was decoded from.
- Builtin 🔒
- A “builtin” connect point.
- Connect 🔒
- Connect
Point 🔒De - Representation of a connect point as deserialized.
- Parsed
Connect Point - A connect point, as deserialized from TOML.
- Resolved 🔒
- Type parameters for resolved connect points
- Resolved
Connect Point - 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.
- Builtin
Variant 🔒 - A particular built-in strategy.
- Connect
Point 🔒Enum - Implementation type for a connect point.
- Parse
Error - A failure from
ParsedConnectPoint::from_str()
. - Resolve
Error - 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.