Skip to content

Commit

Permalink
implement IntoValueFromNative for Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagab authored and matsadler committed Mar 31, 2024
1 parent 9d39508 commit 1c5d57c
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 @@ -1705,6 +1705,8 @@ where
}
}

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

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

0 comments on commit 1c5d57c

Please sign in to comment.