pub fn read_with<T: DeserializeOwned>(
transport: &mut impl Transport,
) -> Result<T, GuestError>Expand description
Read a single value using an explicit transport.
pub fn read_with<T: DeserializeOwned>(
transport: &mut impl Transport,
) -> Result<T, GuestError>Read a single value using an explicit transport.