Uploaded image for project: 'Rust Driver'
  1. Rust Driver
  2. RUST-1114

Types defined in sdam::public are not publicly exported

    • Type: Icon: Bug Bug
    • Resolution: Fixed
    • Priority: Icon: Unknown Unknown
    • 2.1.0, 2.2.0
    • Affects Version/s: None
    • Component/s: None
    • Labels:
      None

      The sdam::public module was defined in order to separate some of the internals of our SDAM implementaiton from those that we expose in the public API (e.g. ServerInfo for use in predicates). Due to an accidental oversight, the types in this module were never actually exported from the public API, making it difficult to use predice-based server selection. We should update lib.rs to include exports of these types.

            Assignee:
            patrick.freed@mongodb.com Patrick Freed
            Reporter:
            patrick.freed@mongodb.com Patrick Freed
            Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

              Created:
              Updated:
              Resolved: