mirror of
https://github.com/pezkuwichain/revive.git
synced 2026-06-12 09:21:01 +00:00
Make native version to compaile again
This commit is contained in:
@@ -11,6 +11,6 @@ use self::input::Input;
|
||||
use self::output::Output;
|
||||
|
||||
pub trait Process {
|
||||
fn run() -> anyhow::Result<()>;
|
||||
fn run(input_file: Option<&mut std::fs::File>) -> anyhow::Result<()>;
|
||||
fn call(input: Input) -> anyhow::Result<Output>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user