Skip to content

Commit

Permalink
Expose AsyncTerminator publicly
Browse files Browse the repository at this point in the history
  • Loading branch information
lberezy committed Jan 21, 2021
1 parent 224e35a commit 7ab2c6c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions gremlin-client/src/aio/process/traversal/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ use std::pin::Pin;

use pin_project_lite::pin_project;

pub use remote::AsyncTerminator;

pin_project! {
pub struct RemoteTraversalStream<T> {
phantom: PhantomData<T>,
Expand Down

0 comments on commit 7ab2c6c

Please sign in to comment.