pub trait GhostPadExt: 'static {
    fn target(&self) -> Option<Pad>;
fn set_target(
        &self,
        newtarget: Option<&impl IsA<Pad>>
    ) -> Result<(), BoolError>; }

Required methods

Implementors