AsIdRef
xmtp_id
1.8.0-dev
AsIdRef
Required Methods
as_ref
Implementors
In crate xmtp_
id
xmtp_id
Trait
AsIdRef
Copy item path
Source
pub trait AsIdRef:
MaybeSend
+
MaybeSync
{ // Required method fn
as_ref
(&self) ->
InboxIdRef
<'_>; }
Required Methods
§
Source
fn
as_ref
(&self) ->
InboxIdRef
<'_>
Implementors
§
Source
§
impl
AsIdRef
for &
InboxId
Source
§
impl
AsIdRef
for
InboxId
Source
§
impl
AsIdRef
for
InboxIdRef
<'_>