refactor: Move the trait extensions to traits.rs

Signed-off-by: Awiteb <a@4rs.nl>
This commit is contained in:
Awiteb
2025-08-03 12:19:10 +00:00
parent 67e25da8c0
commit e17e75e53b
15 changed files with 219 additions and 203 deletions

View File

@@ -32,7 +32,7 @@ use super::{
types::{NaddrOrSet, NostrEvent},
};
use crate::{
cli::types::{OptionNaddrOrSetVecExt, RelayOrSetVecExt},
cli::traits::{OptionNaddrOrSetVecExt, RelayOrSetVecExt},
nostr_utils::{NostrClient, traits::NaddrsUtils, utils},
};
use crate::{