☰
WithStats
Required Methods
height
size
Implementors
In hyper_ast::types
?
Trait
hyper_ast
::
types
::
WithStats
source
·
[
−
]
pub trait WithStats { // Required methods fn
size
(&self) ->
usize
;
fn
height
(&self) ->
usize
; }
Required Methods
§
source
fn
size
(&self) ->
usize
source
fn
height
(&self) ->
usize
Implementors
§
source
§
impl<'a, T>
WithStats
for hyper_ast::store::nodes::fetched::
HashedNodeRef
<'a, T>
source
§
impl<'a, T>
WithStats
for hyper_ast::store::nodes::legion::
HashedNodeRef
<'a, T>