Macro owned_user_id
macro_rules! owned_user_id {
($s:literal) => { ... };
}Expand description
Compile-time checked OwnedUserId construction.
macro_rules! owned_user_id {
($s:literal) => { ... };
}Compile-time checked OwnedUserId construction.