Struct PinMacroHelper

pub struct PinMacroHelper<T> { pub value: T }

Helper for pin! to enforce its type signature. See https://github.com/rust-lang/rust/issues/153438.

Fields

value: T