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.