Function async_rustbus::rustbus_core::wire::util::unmarshal_str[][src]

pub fn unmarshal_str<'r, 'a>(
    byteorder: ByteOrder,
    buf: &'a [u8]
) -> Result<(usize, &'r str), Error> where
    'a: 'r,