[][src]Function migrations_internals::search_for_migrations_directory

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.