macro_rules! type_borrow {
($self:ty as $other:ty => $borrows:ident) => { ... };
}Expand description
Extends output with ComponentBorrow to borrow borrowed type.
Mutably if possible.
macro_rules! type_borrow {
($self:ty as $other:ty => $borrows:ident) => { ... };
}Extends output with ComponentBorrow to borrow borrowed type.
Mutably if possible.