Trait tokio_dbus::Read

source ·
pub trait Read: Sealed { }
Expand description

A type who’s reference can be read directly from a buffer.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Read for str

source§

impl Read for [u8]

Implementors§