fmt
This commit is contained in:
parent
055810e8a9
commit
f71b6b8c92
|
|
@ -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>>
|
||||
|
|
|
|||
Loading…
Reference in New Issue