pub fn to_model(parsed: &Parsed) -> Option<Docstring>
Build a Docstring from a plain-style Parsed result.
Docstring
Parsed
Returns None if the root node is not a PLAIN_DOCSTRING.
None
PLAIN_DOCSTRING