Skip to main content

get_registered

Function get_registered 

Source
pub async fn get_registered(
    pool: &SqlitePool,
    id: &str,
) -> AppResult<Option<ModuleRegistration>>