Hello,
wondering how this library can support document projection if not every field is an Option<T>?
For instance if I only want one field from matching documents, how is this possible in Wither, which returns my struct back to me?
It is supported under options, but I think deserialization will fail in this case, otherwise the application will have entered an unsound state.
Thank you.
Hello,
wondering how this library can support document projection if not every field is an
Option<T>?For instance if I only want one field from matching documents, how is this possible in Wither, which returns my struct back to me?
It is supported under options, but I think deserialization will fail in this case, otherwise the application will have entered an unsound state.
Thank you.