[][src]Trait pui_core::OneShotIdentifier

pub unsafe trait OneShotIdentifier: Identifier { }

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>[src]

Loading content...

Implementors

impl OneShotIdentifier for Scoped<'_>[src]

impl<A: ScalarAllocator> OneShotIdentifier for Dynamic<A>[src]

impl<T> OneShotIdentifier for Type<T>[src]

Loading content...