//! Static address-list backend — same content as `EPICS_CA_ADDR_LIST`,
//! but routed through the discovery framework so the merge logic in
//! the search engine is uniform.
use SocketAddr;
use Backend;
/// Returns a fixed list of addresses on every `discover()` call.