Trait svc_authz::intent::Object[][src]

pub trait Object: Send + Sync {
    fn to_ban_key(&self) -> Option<Vec<String>>;
fn to_vec(&self) -> Vec<String>;
fn box_clone(&self) -> Box<dyn Object>; }

Required methods

Implementors