[][src]Trait lexical::FromBytesLossy

pub trait FromBytesLossy: FromBytes {
    fn from_bytes_lossy(bytes: &[u8]) -> Self;
fn try_from_bytes_lossy(bytes: &[u8]) -> Result<Self, Error>; }

Trait for floating-point types that can be parsed using lossy algorithms from bytes.

Required methods

Deserialize from byte slice.

Error-checking deserialize from byte slice.

Loading content...

Implementations on Foreign Types

impl FromBytesLossy for f32
[src]

impl FromBytesLossy for f64
[src]

Loading content...

Implementors

Loading content...