|
|
@ -977,7 +977,7 @@ where |
|
|
|
pub(super) fn add_item_to_local_floor<EG, TR>(
|
|
|
|
character_id: CharacterEntityId,
|
|
|
|
) -> impl Fn((ItemStateProxy, TR), FloorItem)
|
|
|
|
-> BoxFuture<Result<((ItemStateProxy, TR), FloorItem), ItemStateError>>
|
|
|
|
-> BoxFuture<Result<((ItemStateProxy, TR), FloorItem), anyhow::Error>>
|
|
|
|
where
|
|
|
|
EG: EntityGateway,
|
|
|
|
TR: EntityGatewayTransaction<ParentGateway = EG> + 'static,
|
|
|
|