Trait sgxs::sgxs::SgxsRead[][src]

pub trait SgxsRead {
    fn read_meas(&mut self) -> Result<Option<Meas>>;
}

Required methods

Trait Implementations

Implementors