История изменений
Исправление tailgunner, (текущая версия) :
Если я правильно понял вопрос, то https://mail.mozilla.org/pipermail/rust-dev/2012-October/002446.html
Коротко: «use them as a typeclass (i.e. a constraint on a type parameter to a generic function). You can also use them in a first class way, in which case they behave more like a Go interface» - в первом случае статика, во втором динамика.
Исходная версия tailgunner, :
Если я правильно понял вопрос, то https://mail.mozilla.org/pipermail/rust-dev/2012-October/002446.html
Коротко: «them as a typeclass (i.e. a constraint on a type parameter to a generic function). You can also use them in a first class way, in which case they behave more like a Go interface» - в первом случае статика, во втором динамика.