Skip to main content

resolve_field

Function resolve_field 

Source
pub fn resolve_field<'a>(
    table: &'a DbTable,
    field: &str,
) -> Result<(&'a str, &'a DbField), RustAuthError>