Lines Matching defs: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!`].
786 $crate::try_pin_init!($(&$this in)? $t $(::<$($generics),*>)? {
810 /// use pin_init::{pin_data, try_pin_init, PinInit, InPlaceInit, init_zeroed};
821 /// try_pin_init!(Self {
833 macro_rules! try_pin_init {
904 /// The syntax is identical to [`try_pin_init!`]. You need to specify a custom error
906 /// The safety caveats from [`try_pin_init!`] also apply: