Trait ryu_js::FloatToFixed

source ·
pub trait FloatToFixed: Sealed { }
Expand description

A floating point number that can be written into a ryu_js::Buffer using the fixed notation as defined in the Number.prototype.toFixed( fractionDigits ) ECMAScript specification.

This trait is sealed and cannot be implemented for types outside of the ryu-js crate.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl FloatToFixed for f64

Implementors§