Skip to content

Commit

Permalink
Port custom_data
Browse files Browse the repository at this point in the history
  • Loading branch information
emilk committed Jan 6, 2025
1 parent 83f0565 commit d066f56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/snippets/all/tutorials/custom_data.rs
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ impl rerun::Loggable for Confidence {
#[inline]
fn to_arrow_opt<'a>(
data: impl IntoIterator<Item = Option<impl Into<std::borrow::Cow<'a, Self>>>>,
) -> re_types::SerializationResult<Box<dyn arrow::array::Array>>
) -> re_types::SerializationResult<arrow::array::ArrayRef>
where
Self: 'a,
{
Expand Down

0 comments on commit d066f56

Please sign in to comment.