1 2 3 4 5
use crate::lost_realm::LostRealm; pub trait ArcaneWeft { fn craft(self, lost_realm: &mut LostRealm); }