MCPcopy Create free account
hub / github.com/Moosync/Moosync / SearchByTerm

Interface SearchByTerm

src-tauri/types/src/common.rs:21–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19use serde::{Deserialize, Deserializer};
20
21pub trait SearchByTerm {
22 fn search_by_term(term: Option<String>) -> Self;
23}
24
25pub trait BridgeUtils {
26 fn insert_value(entity: String, song: String) -> Self;

Callers

nothing calls this directly

Implementers 2

songs.rssrc-tauri/types/src/songs.rs
entities.rssrc-tauri/types/src/entities.rs

Calls

no outgoing calls

Tested by

no test coverage detected