Trait drone_core::inventory::Item [−][src]
An inventory item interface.
Required methods
fn teardown(&mut self, _token: &mut GuardToken<Self>)
[src]
Sets the inactive state. Called by Guard
on drop
.