Type Definition vtk_format::Result

source · []
pub type Result<'input, T> = IResult<&'input str, T, VerboseError<&'input str>>;