☰
ToStatic
Required Associated Types
Owned
Required Methods
to_static
Implementations on Foreign Types
Vec<T>
Implementors
In asn1_rs
?
Trait
asn1_rs
::
ToStatic
source
·
[
−
]
pub trait ToStatic { type
Owned
: 'static; fn
to_static
(&self) -> Self::
Owned
; }
Required Associated Types
source
type
Owned
: 'static
Required Methods
source
fn
to_static
(&self) -> Self::
Owned
Implementations on Foreign Types
source
impl<'a, T, U>
ToStatic
for
Vec
<T>
where
T:
ToStatic
<Owned = U>,
U: 'static,
type
Owned
=
Vec
<U,
Global
>
source
fn
to_static
(&self) -> Self::
Owned
Implementors
source
impl<'a>
ToStatic
for
Header
<'a>
type
Owned
=
Header
<'static>
source
impl<'a>
ToStatic
for
Sequence
<'a>
type
Owned
=
Sequence
<'static>
source
impl<'a>
ToStatic
for
Set
<'a>
type
Owned
=
Set
<'static>