1 2 3 4 5 6
use crate::prelude::*; #[async_trait] pub trait InventoryItemInfo { fn name(&self) -> String; }