[][src]Module cueball_manatee_primary_resolver::util

Functions

find_msg_match

Given a list of BackendMsg and a BackendMsg to find, returns the index of the desired item in the list, or None if the item is not in the list. We return the index, rather than the item itself, to allow callers of the function to more easily manipulate the list afterward.