vortex_dtype

Trait TryFromBytes

source
pub trait TryFromBytes: Sized {
    // Required method
    fn try_from_le_bytes(bytes: &[u8]) -> VortexResult<Self>;
}

Required Methods§

source

fn try_from_le_bytes(bytes: &[u8]) -> VortexResult<Self>

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl TryFromBytes for f32

source§

impl TryFromBytes for f64

source§

impl TryFromBytes for i8

source§

impl TryFromBytes for i16

source§

impl TryFromBytes for i32

source§

impl TryFromBytes for i64

source§

impl TryFromBytes for u8

source§

impl TryFromBytes for u16

source§

impl TryFromBytes for u32

source§

impl TryFromBytes for u64

source§

impl TryFromBytes for f16

Implementors§