[][src]Trait simpledb::encoding::BytesComparableScore

pub trait BytesComparableScore {
    fn to_bytes(&self) -> Vec<u8>;
fn from_bytes(b: &[u8]) -> Self
    where
        Self: Sized
; }

Required methods

fn to_bytes(&self) -> Vec<u8>[src]

fn from_bytes(b: &[u8]) -> Self where
    Self: Sized
[src]

Loading content...

Implementations on Foreign Types

impl BytesComparableScore for i64[src]

impl BytesComparableScore for i32[src]

impl BytesComparableScore for f64[src]

impl BytesComparableScore for f32[src]

impl BytesComparableScore for u32[src]

impl BytesComparableScore for u64[src]

Loading content...

Implementors

Loading content...