pub const fn new() -> BuilderExpand description
Start building new options.
Call Builder::build to construct them.
ยงExamples
use musli::options::{self, Integer, Options};
const OPTIONS: Options = options::new().integer(Integer::Fixed).build();pub const fn new() -> BuilderStart building new options.
Call Builder::build to construct them.
use musli::options::{self, Integer, Options};
const OPTIONS: Options = options::new().integer(Integer::Fixed).build();