Trait postgresql_commands::traits::CommandToString
source · pub trait CommandToString {
// Required method
fn to_command_string(&self) -> String;
}
Expand description
Trait to convert a command to a string representation
Required Methods§
fn to_command_string(&self) -> String
Implementations on Foreign Types§
source§impl CommandToString for Command
impl CommandToString for Command
Implement the CommandToString
trait for Command