☰
SetRoot
Required Methods
set_root
Implementors
In hyper_ast::position::building::bottom_up
?
Trait
hyper_ast
::
position
::
building
::
bottom_up
::
SetRoot
source
·
[
−
]
pub trait SetRoot<IdN, O> { // Required method fn
set_root
(self, root: IdN) -> O; }
Required Methods
§
source
fn
set_root
(self, root: IdN) -> O
Implementors
§
source
§
impl<IdN, IdO:
PrimInt
>
SetRoot
<IdN,
Position
<
PathBuf
, IdO>> for
Position
<
PathBuf
, IdO>