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