Skip to content

Commit c3344cf

Browse files
author
Nicklas Warming Jacobsen
committed
Make the fields in PrimaryKeyParts fully public
1 parent 668ea50 commit c3344cf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/traits/primary_key.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
use crate::Encryptable;
22

33
pub struct PrimaryKeyParts {
4-
pub(crate) pk: String,
5-
pub(crate) sk: String,
4+
pub pk: String,
5+
pub sk: String,
66
}
77

88
pub trait PrimaryKey: private::Sealed {

0 commit comments

Comments
 (0)