We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b182cae commit efc60efCopy full SHA for efc60ef
1 file changed
crates/stackable-versioned-macros/src/lib.rs
@@ -660,7 +660,9 @@ mod utils;
660
/// - `hint(vec)`: Indicates that the field contains a `Vec<T>`.
661
///
662
/// These hints are especially useful for generated conversion functions. With
663
-/// these hints in place, the types are correctly mapped using `Into::into`.
+/// these hints in place, the types are correctly mapped using `Into::into`
664
+/// (assuming the necessary `From` trait methods are implemented on the target
665
+/// types for the conversion to be done correctly).
666
667
/// ```
668
/// # use stackable_versioned_macros::versioned;
0 commit comments