Trait yaxpeax_core::analyses::control_flow::Determinant[][src]

pub trait Determinant<T, Addr: Address + Debug> {
    fn control_flow(&self, _ctx: Option<&T>) -> Effect<Addr>;
}

Required methods

Implementations on Foreign Types

Implementors