Type Definition realsense_rust::processing_block::AnyProcessingBlock[][src]

type AnyProcessingBlock = ProcessingBlock<Any>;

Implementations

impl AnyProcessingBlock[src]

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

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

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