Function come::ast::statement::expression::in_brackets::parse
source · pub fn parse(code: &str) -> IResult<&str, InBrackets>Expand description
Parse source code to get a InBrackets.
pub fn parse(code: &str) -> IResult<&str, InBrackets>Parse source code to get a InBrackets.