Deprecated: The each() function is deprecated. This message will be suppressed on further calls in /home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php on line 456
get_doc in pyo3_macros_backend - Rust
[go: Go Back, main page]

pub fn get_doc(
    attrs: &[Attribute],
    text_signature: Option<(Cow<'_, Ident>, &KeywordAttribute<text_signature, LitStr>)>
) -> PythonDoc
Expand description

Collects all #[doc = “…”] attributes into a TokenStream evaluating to a null-terminated string e.g. concat!(“…”, “\n”, “\0”)