(self)
| 669 | /// resource id, an 64 bit integer |
| 670 | impl<T: HasAfEnum> Into<Array<T>> for af_array { |
| 671 | fn into(self) -> Array<T> { |
| 672 | Array { |
| 673 | handle: self, |
| 674 | _marker: PhantomData, |
| 675 | } |
| 676 | } |
| 677 | } |
| 678 | |
| 679 | /// Returns a new Array object after incrementing the reference count of native resource |
no outgoing calls
no test coverage detected