pub trait Justification {
    fn authorization(&self) -> Value;
}

Required Methods

Implementors