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§