type_borrow

Macro type_borrow 

Source
macro_rules! type_borrow {
    ($self:ty as $other:ty => $borrows:ident) => { ... };
}
Expand description

Extends output with ComponentBorrow to borrow borrowed type. Mutably if possible.