Module sphinx_rust::data_model

pub mod data_model;[source]

Mapping of the analyzer data model to pyo3 classes

Structs

Crate

pyo3 representation of a crate

Enum

pyo3 representation of an enum

Field

pyo3 representation of a struct field

Function

pyo3 representation of a function

Module

pyo3 representation of a module

Struct

pyo3 representation of a struct

TypeSegment

pyo3 representation of a segment of a type

Variant

pyo3 representation of an enum variant