mirror of
https://github.com/aljazceru/cdk.git
synced 2025-12-21 06:34:59 +01:00
chore: readmes
chore: doc comments on public
This commit is contained in:
@@ -1,5 +1,8 @@
|
||||
//! SQLite Wallet Error
|
||||
|
||||
use thiserror::Error;
|
||||
|
||||
/// SQLite Wallet Error
|
||||
#[derive(Debug, Error)]
|
||||
pub enum Error {
|
||||
/// SQLX Error
|
||||
|
||||
Reference in New Issue
Block a user