Function diesel_migrations::search_for_migrations_directory[][src]

pub fn search_for_migrations_directory(
    path: &Path
) -> Result<PathBuf, MigrationError>
Expand description

Searches for the migrations directory relative to the given path. See find_migrations_directory for more details.