Skip to content

Commit

Permalink
implement IntoValueFromNative for Vec
Browse files Browse the repository at this point in the history
  • Loading branch information
Vagab committed Mar 30, 2024
1 parent a1e98dd commit c92f79f
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 c92f79f

Please sign in to comment.