mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-25 01:12:18 +00:00
♻️ sync owner migration and facade thinning
This commit is contained in:
@@ -0,0 +1 @@
|
||||
///|
|
||||
@@ -0,0 +1,17 @@
|
||||
// Generated using `moon info`, DON'T EDIT IT
|
||||
package "Nanaloveyuki/BitLogger/src/queue_model"
|
||||
|
||||
// Values
|
||||
|
||||
// Errors
|
||||
|
||||
// Types and methods
|
||||
pub(all) enum QueueOverflowPolicy {
|
||||
DropNewest
|
||||
DropOldest
|
||||
}
|
||||
|
||||
// Type aliases
|
||||
|
||||
// Traits
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
///|
|
||||
pub(all) enum QueueOverflowPolicy {
|
||||
DropNewest
|
||||
DropOldest
|
||||
}
|
||||
Reference in New Issue
Block a user