[][src]Type Definition realsense_rust::frame::AnyFrame

type AnyFrame = Frame<Any>;

Implementations

impl AnyFrame[src]

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

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

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