Trait dubbo::cluster::Directory

source ·
pub trait Directory {
    // Required methods
    fn list(&self, meta: String) -> Vec<BoxInvoker>;
    fn is_empty(&self) -> bool;
}

Required Methods§

source

fn list(&self, meta: String) -> Vec<BoxInvoker>

source

fn is_empty(&self) -> bool

Implementors§