Just a stupid question, could we read this (assuming this syntax):

    &'a B<'c, 'd, 'e>

as:

    A borrowed pointer of lifetime 'a to a value of type B with the
    lifetime parameters 'c, 'd, 'e.

This must be obvious to many but I admit being quite new to this kind of
lifetime parameter concept.

Thanks!

-- 
Samuel de Framond
P: +86 135 8556 8964
M: [email protected]

_______________________________________________
Rust-dev mailing list
[email protected]
https://mail.mozilla.org/listinfo/rust-dev

Reply via email to