We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098b6dd commit 0169f42Copy full SHA for 0169f42
scylla/src/authentication/mod.rs
@@ -1,6 +1,8 @@
1
use async_trait::async_trait;
2
use bytes::{BufMut, BytesMut};
3
4
+pub use crate::frame::Authenticator;
5
+
6
/// Type to represent an authentication error message.
7
pub type AuthError = String;
8
scylla/src/transport/mod.rs
@@ -1 +1 @@
-pub use crate::frame::Authenticator;
0 commit comments