Struct capnpc::codegen_types::TypeParameterTexts [] [src]

pub struct TypeParameterTexts {
    pub expanded_list: Vec<String>,
    pub params: String,
    pub where_clause: String,
    pub where_clause_with_send: String,
    pub pipeline_where_clause: String,
    pub phantom_data: String,
}

Fields