//! Convert a plain-style AST into the style-independent [`Docstring`] model.
use crateDocstring;
use cratePlainDocstring;
use crateParsed;
/// Build a [`Docstring`] from a plain-style [`Parsed`] result.
///
/// Returns `None` if the root node is not a `PLAIN_DOCSTRING`.