substrait_
explain
0.1.0
Named
Relation
Required Methods
name
Implementations on Foreign Types
Rel
Implementors
In substrait_
explain::
textify::
rels
substrait_explain
::
textify
::
rels
Trait
NamedRelation
Copy item path
Source
pub trait NamedRelation { // Required method fn
name
(&self) -> &'static
str
; }
Required Methods
§
Source
fn
name
(&self) -> &'static
str
Implementations on Foreign Types
§
Source
§
impl
NamedRelation
for
Rel
Source
§
fn
name
(&self) -> &'static
str
Implementors
§