pub trait IDebugHostPublic_Impl: Sized + IDebugHostSymbol_Impl {
    // Required methods
    fn GetLocationKind(&self) -> Result<LocationKind>;
    fn GetLocation(&self) -> Result<Location>;
}

Required Methods§

fn GetLocationKind(&self) -> Result<LocationKind>

fn GetLocation(&self) -> Result<Location>

Object Safety§

This trait is not object safe.

Implementors§