pub trait OPAResponse {
    fn allowed(&self) -> bool;
}

Required Methods

Implementors