Refactoring de l'interface : migration d'un monolithe HTMx vers un client Nuxt + serveur Axum #66
@ -17,6 +17,8 @@ pub enum SSVDemoError {
|
||||
CartePSReading(#[from] crate::cps::CartePSError),
|
||||
#[error(transparent)]
|
||||
SSVLibErrorCode(#[from] crate::libssv::LibSSVError),
|
||||
#[error(transparent)]
|
||||
Anyhow(#[from] anyhow::Error),
|
||||
}
|
||||
|
||||
fn ssv_init_lib_2() -> Result<(), SSVDemoError> {
|
||||
|
Loading…
Reference in New Issue
Block a user