pub trait ToStoreRef<'own> { // Required method fn to_ref(&'own self) -> StoreRef<'own>; }
To store reference.