TeeState

Trait TeeState 

Source
pub(crate) trait TeeState {
    // Required method
    fn common(&self) -> &TeeCommonState;
}

Required Methods§

Implementations on Foreign Types§

Source§

impl<T: TeeState> TeeState for Rc<T>

Implementors§