Skip to main content

Module provider

Module provider 

Source
Expand description

Provider traits for the analyzer plugin system.

Re-exports§

pub use assertion::*;
pub use function::*;
pub use method::*;
pub use property::*;
pub use throw::*;

Modules§

assertion
Assertion providers for function and method calls.
function
Function return type provider trait.
method
Method return type provider trait.
property
Property-related providers for the analyzer plugin system.
throw
Throw type providers for expressions, functions, and methods.

Structs§

ProviderMeta

Traits§

Provider