# Structs
Composite combines multiple selectors into a single selector by applying them in order to the candidates list.
Latency creates a ServerSelector which selects servers based on their average RTT values.
ReadPref selects servers based on the provided read preference.
Write selects all the writable servers.
# Type aliases
Func is a function that can be used as a ServerSelector.