[][src]Function solid::from_bytes

pub fn from_bytes<'a, T>(buf: &'a [u8]) -> Result<T, Error> where
    T: Deserialize<'a>, 

Function to call to decode a Solidity response into a struct that implements serde::Deserialize