Trait MigrationAsStr

Source
pub trait MigrationAsStr {
    // Required method
    fn to_str(&self) -> (&str, &str);
}

Required Methods§

Source

fn to_str(&self) -> (&str, &str)

Implementations on Foreign Types§

Source§

impl MigrationAsStr for (String, String)

Source§

fn to_str(&self) -> (&str, &str)

Implementors§