GtprR

Trait GtprR 

Source
pub trait GtprR {
    // Required method
    fn psc(&self) -> PSC_R;
}

Required Methods§

Source

fn psc(&self) -> PSC_R

Implementations on Foreign Types§

Source§

impl<REG: GtprR> GtprR for R<REG>

Source§

fn psc(&self) -> PSC_R

Implementors§