Skip to main content

EdgeObservable

Trait EdgeObservable 

pub trait EdgeObservable: EdgeObservableRead + EdgeObservableWrite { }
Expand description

Combined trait for full read/write access to edge observations.

Automatically implemented for any type that implements both EdgeObservableRead and EdgeObservableWrite.

Implementors§