Lines Matching refs:try_pin_init
149 //! try_pin_init!(Self {
531 /// stack_try_pin_init!(let foo: Foo = try_pin_init!(Foo {
558 /// stack_try_pin_init!(let foo: Foo =? try_pin_init!(Foo {
590 /// [`try_pin_init!`].
784 $crate::try_pin_init!($(&$this in)? $t $(::<$($generics),*>)? {
808 /// use pin_init::{pin_data, try_pin_init, PinInit, InPlaceInit, init_zeroed};
819 /// try_pin_init!(Self {
831 macro_rules! try_pin_init {
902 /// The syntax is identical to [`try_pin_init!`]. You need to specify a custom error
904 /// The safety caveats from [`try_pin_init!`] also apply: