Function diesel::migrations::search_for_migrations_directory
[−]
[src]
pub fn search_for_migrations_directory(path: &Path)
-> Result<PathBuf, MigrationError>
Searches for the migrations directory relative to the given path. See
find_migrations_directory
for more details.