some more docs added

This commit is contained in:
Robin Müller 2023-01-03 14:36:43 +01:00
parent c606bfae5a
commit 74c3f78183
No known key found for this signature in database
GPG Key ID: 71B58F8A3CDFA9AC

View File

@ -14,6 +14,8 @@ pub trait SequenceCountProviderCore<Raw> {
}
}
/// Extension trait which allows cloning a sequence count provider after it was turned into
/// a trait object.
#[cfg(feature = "alloc")]
pub trait SequenceCountProvider<Raw>: SequenceCountProviderCore<Raw> + DynClone {}
#[cfg(feature = "alloc")]