Type Definition tinyexpr::error::Result [] [src]

type Result<T> = Result<T, TinyExprError>;

Result type used throughout the crate.