pub trait EdgeNameType: Send + Sync {
    fn type_name<T: OutputType>() -> String;
}
Expand description

Used to specify the edge name.

Required Methods

Returns the edge type name.

Implementors