pub trait USIOutputWriter { fn write(&self, lines: &Vec<String>) -> Result<usize>; }
USIコマンド文字列を出力
出力を行う
lines