Trait ros_pointcloud2::GetFieldDatatype
source · pub trait GetFieldDatatype {
// Required method
fn field_datatype() -> FieldDatatype;
}Expand description
Getter trait for the datatype of a field value.
Required Methods§
fn field_datatype() -> FieldDatatype
Object Safety§
This trait is not object safe.