[][src]Trait splinter::events::ParseBytes

pub trait ParseBytes<T: 'static>: Send + Sync + Clone {
    fn from_bytes(bytes: &[u8]) -> Result<T, ParseError>;
}

Required methods

fn from_bytes(bytes: &[u8]) -> Result<T, ParseError>

Loading content...

Implementations on Foreign Types

impl ParseBytes<Vec<u8>> for Vec<u8>[src]

Loading content...

Implementors

Loading content...