asn1_rs
0.5.2
ToStatic
Required Associated Types
Owned
Required Methods
to_static
Implementations on Foreign Types
Vec<T>
Implementors
In crate asn1_
rs
Trait
asn1_rs
::
ToStatic
Copy item path
source
·
[
−
]
pub trait ToStatic { type
Owned
: 'static; // Required method 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<T, U>
ToStatic
for
Vec
<T>
where T:
ToStatic
<Owned = U>, U: 'static,
source
§
type
Owned
=
Vec
<U>
source
§
fn
to_static
(&self) -> Self::
Owned
Implementors
§
source
§
impl<'a>
ToStatic
for
Header
<'a>
source
§
type
Owned
=
Header
<'static>
source
§
impl<'a>
ToStatic
for
Sequence
<'a>
source
§
type
Owned
=
Sequence
<'static>
source
§
impl<'a>
ToStatic
for
Set
<'a>
source
§
type
Owned
=
Set
<'static>