Why does this code fail to compile? Playground
pub trait Dataset {} pub trait Property { type Value; fn value<