1 2 3 4 5 6 7
use std::sync::Arc; impl From<crate::Error> for apis_saltans_hw::Error { fn from(error: crate::Error) -> Self { Self::Implementation(Arc::new(error)) } }