Trait augrim::Value

source ·
pub trait Value: Clone { }
Expand description

A value to be agreed upon between processes.

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Value for i8

source§

impl Value for i16

source§

impl Value for i32

source§

impl Value for i64

source§

impl Value for i128

source§

impl Value for u8

source§

impl Value for u16

source§

impl Value for u32

source§

impl Value for u64

source§

impl Value for u128

source§

impl Value for ()

source§

impl Value for String

Implementors§