Anime: Better prevent await blocking. Prevent Slash taking over anime USB dev

This commit is contained in:
Luke D. Jones
2024-05-05 10:56:55 +12:00
parent 661ea8d3bf
commit 487d140bd5
9 changed files with 204 additions and 124 deletions

View File

@@ -13,6 +13,7 @@ use crate::error::SlashError;
pub enum SlashType {
GA403,
Unknown,
Unsupported,
}
impl FromStr for SlashType {