This repository has been archived by the owner on Feb 18, 2024. It is now read-only.
Made cast
accept CastOptions
parameter
#569
Labels
cast
accept CastOptions
parameter
#569
Different casts may have different options. To not have to cover every combination as a different function, we should make
cast
acceptCastOptions
.This is backward incompatible. Migrate:
to
and add
Default::default()
as an argument tocast
The text was updated successfully, but these errors were encountered: