☰
ReceiveParent
Required Methods
push
Implementors
In hyper_ast::position::building::top_down
?
Trait
hyper_ast
::
position
::
building
::
top_down
::
ReceiveParent
source
·
[
−
]
pub trait ReceiveParent<IdN, O> { // Required method fn
push
(self, parent: IdN) -> O; }
Required Methods
§
source
fn
push
(self, parent: IdN) -> O
Implementors
§
source
§
impl<IdN, IdO:
PrimInt
>
ReceiveParent
<IdN,
Position
<
PathBuf
, IdO>> for
Position
<
PathBuf
, IdO>
source
§
impl<IdN, IdO:
PrimInt
, B:
ReceiveParent
<IdN, B>>
ReceiveParent
<IdN,
CompoundPositionPreparer
<
Position
<
PathBuf
, IdO>, B>> for
CompoundPositionPreparer
<
Position
<
PathBuf
, IdO>, B>
source
§
impl<IdN, Idx:
PrimInt
, C>
ReceiveParent
<IdN,
Offsets
<Idx, C>> for
Offsets
<Idx, C>
source
§
impl<IdN, Idx:
PrimInt
, C>
ReceiveParent
<IdN,
StructuralPosition
<IdN, Idx, C>> for
StructuralPosition
<IdN, Idx, C>