1 2 3 4 5 6 7
pub mod models; // models::Credentials is the relative path pub fn login(creds: models::Credentials) { // this is an absolute path crate::database::get_user() }