etwin_core 0.12.3

Core crate for Eternal-Twin
Documentation
1
2
3
pub trait ApiRef<T>: AsRef<T> + Send + Sync {}

impl<Ref, T> ApiRef<T> for Ref where Ref: AsRef<T> + Send + Sync {}