Improve type information in `Movie` struct
Opened this issue · 0 comments
loewenheim commented
Currently, all fields of Movie
have the type String
, except for kind
which has type Kind
. Several of the field types could be improved, e.g., using Vec
s for actors
.