Skip to content

Commit 7aa875a

Browse files
committed
[der] Added: Set_of_ref struct
1 parent f200863 commit 7aa875a

File tree

3 files changed

+372
-6
lines changed

3 files changed

+372
-6
lines changed

der/src/asn1.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ pub use self::{
7474
};
7575

7676
#[cfg(any(feature = "alloc", feature = "heapless"))]
77-
pub use set_of::SetOfIter;
77+
pub use set_of::{SetOfIter, SetOfRef};
7878

7979
#[cfg(feature = "oid")]
8080
pub use const_oid::ObjectIdentifier;

0 commit comments

Comments
 (0)