Function pyo3_macros_backend::get_doc
source · pub fn get_doc(
attrs: &[Attribute],
text_signature: Option<(Cow<'_, Ident>, String)>
) -> PythonDoc
Expand description
Collects all #[doc = “…”] attributes into a TokenStream evaluating to a null-terminated string.