WIP
This commit is contained in:
parent
5dad97779a
commit
dc2733998e
5 changed files with 524 additions and 2 deletions
|
@ -3589,7 +3589,7 @@ impl<V> BorrowWindowContext for EventContext<'_, '_, '_, V> {
|
|||
}
|
||||
}
|
||||
|
||||
pub(crate) enum Reference<'a, T> {
|
||||
pub enum Reference<'a, T> {
|
||||
Immutable(&'a T),
|
||||
Mutable(&'a mut T),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue