Skip to content

Commit 0169f42

Browse files
committed
re-export Authenticator in authentication module
1 parent 098b6dd commit 0169f42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

scylla/src/authentication/mod.rs

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
use async_trait::async_trait;
22
use bytes::{BufMut, BytesMut};
33

4+
pub use crate::frame::Authenticator;
5+
46
/// Type to represent an authentication error message.
57
pub type AuthError = String;
68

scylla/src/transport/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
pub use crate::frame::Authenticator;
1+

0 commit comments

Comments
 (0)