Trait lexical_util::options::WriteOptions
source · pub trait WriteOptions: Default {
// Required methods
fn is_valid(&self) -> bool;
fn buffer_size<T: FormattedSize, const FORMAT: u128>(&self) -> usize;
}
Expand description
Shared trait for all writer options.
Required Methods§
sourcefn buffer_size<T: FormattedSize, const FORMAT: u128>(&self) -> usize
fn buffer_size<T: FormattedSize, const FORMAT: u128>(&self) -> usize
Get an upper bound on the buffer size.
Object Safety§
This trait is not object safe.