mdmg 0.1.6

A scaffold prototype code tool
Documentation
1
2
3
4
5
use crate::Result;

pub trait Output {
    fn create_file(&self, name: &str, output_file: &str) -> Result<()>;
}