lemmy/server/src/db
Lyra c19ace7e6a Introduce the "MaybeOptional" trait.
This trait is a generic type that allows us to get an Option from any type and from another option. It can be used to remove the ugly "do_something", "do_something_optional" that we previously had.
2019-12-11 00:10:39 +01:00
..
category.rs Running cargo fmt on server code. 2019-09-07 08:35:05 -07:00
comment_view.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
comment.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
community_view.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
community.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
mod.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
moderator_views.rs Adding stickied posts. 2019-09-08 23:14:13 -07:00
moderator.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
password_reset_request.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
post_view.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
post.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
user_mention_view.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
user_mention.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00
user_view.rs Introduce the "MaybeOptional" trait. 2019-12-11 00:10:39 +01:00
user.rs Adding custom language setting. 2019-12-09 00:24:53 -08:00