pub trait SIMPAttachableAt<T: LocationTag>
where Self: SIMP,
{ }
Expand description

a trait a SIMP can implement to indicate where it should be able to be placed

Implementors§