Type Definition realsense_rust::sensor::AnySensor[][src]

type AnySensor = Sensor<Any>;

Implementations

impl AnySensor[src]

pub fn is_extendable_to<Kind>(&self) -> Result<bool> where
    Kind: NonAnySensorKind
[src]

pub fn try_extend_to<Kind>(self) -> Result<Result<Sensor<Kind>, Self>> where
    Kind: NonAnySensorKind
[src]

Extends to a specific sensor subtype.

pub fn try_extend(self) -> Result<ExtendedSensor>[src]

Extends to one of a sensor subtype.