Trait spanner_rs::SpannerResource[][src]

pub trait SpannerResource {
    fn resources_id(&self) -> String;
fn name(&self) -> &str; fn id(&self) -> String { ... }
fn url_path(&self) -> String { ... } }

Required methods

Provided methods

Implementors