Struct static_analyser::Driver [] [src]

pub struct Driver { /* fields omitted */ }

The driver is in charge of orchestrating the whole analysis process and making sure all the bits and pieces integrate nicely.

Methods

impl Driver
[src]

Create a new driver.

Get access to the driver's CodeMap.

Trait Implementations

impl Debug for Driver
[src]

Formats the value using the given formatter.

impl Default for Driver
[src]

Returns the "default value" for a type. Read more