diff options
| author | Mica White <botahamec@outlook.com> | 2026-08-26 20:46:31 -0400 |
|---|---|---|
| committer | Mica White <botahamec@outlook.com> | 2026-08-26 20:46:31 -0400 |
| commit | 55b3a2425b242fbc5c6e471f220eeb8b949e8751 (patch) | |
| tree | 5ceb7910b60cc7331024b7ce1d49ec259e0302a8 /src/collection/boxed.rs | |
| parent | 6f6e030ea7edb9d155ebf21b5d42936c20801b50 (diff) | |
Add tests
Diffstat (limited to 'src/collection/boxed.rs')
| -rwxr-xr-x | src/collection/boxed.rs | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/collection/boxed.rs b/src/collection/boxed.rs index 1478120..66e6df0 100755 --- a/src/collection/boxed.rs +++ b/src/collection/boxed.rs @@ -721,6 +721,8 @@ impl<L: Sharable> BoxedLockCollection<L> { } } +impl<L: OwnedLockable> BoxedLockCollection<L> {} + impl<L: LockableIntoInner> BoxedLockCollection<L> { /// Consumes this `BoxedLockCollection`, returning the underlying data. /// |
