feat: add meta_name method to MetaPlugin trait
This commit is contained in:
committed by
Andrew Phillips (aider)
parent
815a818b39
commit
232807d2cc
@@ -28,6 +28,8 @@ pub trait MetaPlugin {
|
||||
|
||||
// Update the meta plugin with new data
|
||||
fn update(&mut self, data: &[u8]);
|
||||
|
||||
fn meta_name(&mut self) -> String;
|
||||
}
|
||||
|
||||
use std::io::Write;
|
||||
|
||||
Reference in New Issue
Block a user