risingwave_common::util::prost

Trait TypeUrl

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§