diff options
Diffstat (limited to 'src/utils.rs')
| -rw-r--r-- | src/utils.rs | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/utils.rs b/src/utils.rs index ab21d13..409534c 100644 --- a/src/utils.rs +++ b/src/utils.rs @@ -37,3 +37,7 @@ pub type ScopedPhantomcow<'a, OWNED, BORROWED = OWNED, pub type ScopedSupercow<'a, OWNED, BORROWED = OWNED, SHARED = Box<DefaultFeatures<'a> + 'a>> = Supercow<'a, OWNED, BORROWED, SHARED, BoxedStorage>; + + + + |
