Type Definition accessor::single::Single[][src]

pub type Single<T, M> = ReadWrite<T, M>;
👎 Deprecated since 0.3.2:

Use ReadWrite.

Expand description

An alias of ReadWrite.