pub fn decode_epitaph<T: Transport>(
buffer: &mut T::RecvBuffer,
) -> Result<i32, DecodeError>
Expand description
Parses the epitaph error from the given buffer.
pub fn decode_epitaph<T: Transport>(
buffer: &mut T::RecvBuffer,
) -> Result<i32, DecodeError>
Parses the epitaph error from the given buffer.