rogue-runtime 0.1.0

Async RPC Runtime
Documentation
1
2
3
4
5
6
use crate::prelude::*;

#[async_trait]
pub trait InventoryItemInfo {
    fn name(&self) -> String;
}