Skip to main content

CuHandlePayloadMeta

Trait CuHandlePayloadMeta 

Source
pub trait CuHandlePayloadMeta {
    const TYPE_PATH: &'static str;
    const SHORT_TYPE_PATH: &'static str;
    const TYPE_IDENT: Option<&'static str>;
    const CRATE_NAME: Option<&'static str>;
    const MODULE_PATH: Option<&'static str>;
}

Required Associated Constants§

Source

const TYPE_PATH: &'static str

Source

const SHORT_TYPE_PATH: &'static str

Source

const TYPE_IDENT: Option<&'static str>

Source

const CRATE_NAME: Option<&'static str>

Source

const MODULE_PATH: Option<&'static str>

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§

Source§

impl CuHandlePayloadMeta for PointCloudSoaHandleMeta

Source§

const TYPE_PATH: &'static str = "cu_sensor_payloads::PointCloudSoaHandle"

Source§

const SHORT_TYPE_PATH: &'static str = "PointCloudSoaHandle"

Source§

const TYPE_IDENT: Option<&'static str>

Source§

const CRATE_NAME: Option<&'static str>

Source§

const MODULE_PATH: Option<&'static str>