☰
MetaData
Required Associated Types
R
Required Methods
retrieve
Implementors
In hyper_ast::cyclomatic
?
Trait
hyper_ast
::
cyclomatic
::
MetaData
source
·
[
−
]
pub trait MetaData<T> { type
R
; // Required method fn
retrieve
(node:
&T
) -> Self::
R
; }
Required Associated Types
§
source
type
R
Required Methods
§
source
fn
retrieve
(node:
&T
) -> Self::
R
Implementors
§
source
§
impl<T:
Typed
+
WithMetaData
<
Mcc
>>
MetaData
<T> for
Mcc
where T::
Type
:
TypeTrait
,
§
type
R
=
u32