pub unsafe trait OneShotIdentifier: Identifier { }Expand description
An Identifier who’s tokens are guaranteed to never be owned by another
Identifier, even if this one is dropped
Implementations on Foreign Types§
impl<I: ?Sized + OneShotIdentifier> OneShotIdentifier for Box<I>
Available on crate feature
alloc only.