Trait usiagent::string::AddIndent[][src]

pub trait AddIndent {
    fn add_indent(&self, sz: u32) -> String;
}
Expand description

文字列の各行をインデントする

Required methods

文字列の各行をインデントした結果を返す

Arguments
  • sz - インデントの回数

Implementations on Foreign Types

Implementors