↓ 5 callersFunctioncreate(
(state, user, actor, form, i18n): (
Data<AppConfig>,
SignedInUser,
CurrentActor,
aardwolf-actix/src/routes/posts.rs:47
↓ 4 callersFunctiondelete(
(state, user, id): (Data<AppConfig>, SignedInUser, Path<i32>),
)
aardwolf-actix/src/routes/personas.rs:95