Trait my_format::default::Format [] [src]

pub trait Format: Debug {
    fn left(&self, hold: usize) -> String;
fn right(&self, hold: usize) -> String;
fn mid(&self, hold: usize) -> String;
fn left_lim(&self, hold: usize) -> String;
fn right_lim(&self, hold: usize) -> String;
fn mid_lim(&self, hold: usize) -> String;
fn cut(&self, hold: usize) -> String; }

Required Methods

Implementations on Foreign Types

impl Format for String
[src]

[src]

[src]

[src]

[src]

[src]

[src]

[src]

Implementors