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§

Implementations on Foreign Types§

source§

impl CommandToString for Command

Implement the CommandToString trait for Command

Implementors§