Trait lexical_util::options::ParseOptions

source ·
pub trait ParseOptions: Default {
    // Required method
    fn is_valid(&self) -> bool;
}
Expand description

Shared trait for all parser options.

Required Methods§

source

fn is_valid(&self) -> bool

Determine if the options are valid.

Object Safety§

This trait is not object safe.

Implementors§