Skip to content

Commit

Permalink
Merge pull request #106 from Vagab/into-value-from-native-for-vec
Browse files Browse the repository at this point in the history
Implement `IntoValueFromNative` for `Vec`
  • Loading branch information
matsadler committed Mar 31, 2024
2 parents 099c251 + 41d6f43 commit 7a05218
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/r_array.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1675,6 +1675,8 @@ where
}
}

unsafe impl<T> IntoValueFromNative for Vec<T> where T: IntoValueFromNative {}

#[cfg(feature = "old-api")]
impl<T> FromIterator<T> for RArray
where
Expand Down

0 comments on commit 7a05218

Please sign in to comment.