Re: [rust-dev] Single inheritance example

2014-03-31 Thread Nick Cameron
I added a translation of this example to RFCS 5 and 24. Cheers, Nick On Tue, Apr 1, 2014 at 10:23 AM, Josh Matthews wrote: > As one of the main DOM designers for Servo, I've been reading the RFCs for > "virtual struct" proposals with interest. One problem I've had is that I > have found it diff

[rust-dev] Single inheritance example

2014-03-31 Thread Josh Matthews
As one of the main DOM designers for Servo, I've been reading the RFCs for "virtual struct" proposals with interest. One problem I've had is that I have found it difficult to translate the examples included into meaningful commentary with regards to how this would impact Servo's implementation. Acc