Trait peace_data::DataAccess
source · pub trait DataAccess {
// Required methods
fn borrows() -> SmallVec<[TypeId; 8]>
where Self: Sized;
fn borrow_muts() -> SmallVec<[TypeId; 8]>
where Self: Sized;
}Expand description
Data accessed by this type.