Trait peace_data::DataAccessDyn
source · pub trait DataAccessDyn {
// Required methods
fn borrows(&self) -> SmallVec<[TypeId; 8]>;
fn borrow_muts(&self) -> SmallVec<[TypeId; 8]>;
}Expand description
Data accessed by this type.
Required Methods§
sourcefn borrow_muts(&self) -> SmallVec<[TypeId; 8]>
fn borrow_muts(&self) -> SmallVec<[TypeId; 8]>
Returns the TypeIds of mutably borrowed arguments.