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