Struct fxbox_thinkerbell::parse::Parser [] [src]

pub struct Parser;

A structure dedicated to parsing scripts from JSON strings.

Methods

impl Parser

fn parse(str: String) -> Result<Script<UncheckedCtx>, Error>

Attempt to parse a string to an unchecked script.