risingwave_
common
2.2.0-alpha
TypeUrl
Required Methods
type_url
Implementations on Foreign Types
ExchangeNode
Object Safety
Implementors
In risingwave_
common::
util::
prost
risingwave_common
::
util
::
prost
Trait
TypeUrl
Copy item path
source
pub trait TypeUrl { // Required method fn
type_url
() -> &'static
str
; }
Required Methods
§
source
fn
type_url
() -> &'static
str
Object Safety
§
This trait is
not
object safe
.
Implementations on Foreign Types
§
source
§
impl
TypeUrl
for
ExchangeNode
source
§
fn
type_url
() -> &'static
str
Implementors
§