pub(crate) type PowManager<R> = PowManagerGeneric<R, RendRequest>;Expand description
Proof-of-Work manager type alias for production, using concrete RendRequest.
Aliased Type§
pub(crate) struct PowManager<R>(RwLock<State<R, RendRequest>>);Tuple Fields§
§0: RwLock<State<R, RendRequest>>