Skip to content

Commit

Permalink
Expose AsyncTerminator as gremlin::client::aio:AsyncTerminator (#139)
Browse files Browse the repository at this point in the history
* Exposed AsyncTerminator as gremlin::client::aio:AsyncTerminator

* Formatting
  • Loading branch information
criminosis committed Jul 7, 2021
1 parent 60b8fb3 commit ed5fa7d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions gremlin-client/src/aio/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,5 @@ mod result;
mod error;
pub(crate) mod process;
pub use client::GremlinClient;
pub use process::traversal::AsyncTerminator;
pub use result::GResultSet;

0 comments on commit ed5fa7d

Please sign in to comment.