Trait pledge::ToPromiseString [] [src]

pub trait ToPromiseString {
    fn to_promise_string(&self) -> String;
}

Required Methods

Implementors