Skip to main content

body_without_leading_docstring

Function body_without_leading_docstring 

Source
pub fn body_without_leading_docstring(body: &[Stmt]) -> &[Stmt]
Expand description

Returns body without its leading docstring statement, if present.