This commit is contained in:
stelzo 2023-06-22 09:37:07 +02:00
parent 055810e8a9
commit f71b6b8c92
1 changed files with 7 additions and 7 deletions

View File

@ -7,7 +7,7 @@ use std::fmt::Debug;
use std::{cmp, fmt};
fn convert_from_into<C, P>(cloud: Vec<P>)
where
where
C: FallibleIterator<Item = P>
+ TryFrom<PointCloud2Msg>
+ TryFrom<Vec<P>>