pub trait TypeUrl {
    const TYPE_URL: &'static str;
}

Required Associated Constants§

source

const TYPE_URL: &'static str

Implementors§