Struct sphinx_rust::data_model::Field

pub struct Field {
    pub path: Vec<String>,
    pub docstring: String,
    pub type_: Vec<TypeSegment>,
}

pyo3 representation of a struct field

Fields

path:

Vec<String>

docstring:

String

type_:

Vec<TypeSegment>