Trait esrs::IdentifiableAggregate[][src]

pub trait IdentifiableAggregate {
    fn name() -> &'static str;
}

Required methods

fn name() -> &'static str[src]

Expand description

Returns the aggregate name

Implementors