Skip to main content

account_manage_details

Function account_manage_details 

Source
pub async fn account_manage_details(
    __arg0: Query<AccountDetailsQuery>,
    __arg1: State<Arc<AppState>>,
    __arg2: Extension<JWTAuthMiddleware>,
) -> Result<impl IntoResponse, (StatusCode, Json<Value>)>