New plans for macros
About to move them completely to stdlib
This commit is contained in:
@@ -5,9 +5,9 @@ use crate::proto::ExtHostNotif;
|
||||
#[derive(Clone, Debug, Coding)]
|
||||
pub enum LogStrategy {
|
||||
StdErr,
|
||||
File(String)
|
||||
File(String),
|
||||
}
|
||||
|
||||
#[derive(Clone, Debug, Coding, Hierarchy)]
|
||||
#[extends(ExtHostNotif)]
|
||||
pub struct Log(pub String);
|
||||
pub struct Log(pub String);
|
||||
|
||||
Reference in New Issue
Block a user