OneShotIdentifier

Trait OneShotIdentifier 

Source
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§

Source§

impl<I: ?Sized + OneShotIdentifier> OneShotIdentifier for Box<I>

Available on crate feature alloc only.

Implementors§