Sealed
ion
0.1.0
Sealed
Required Methods
type_id
Implementors
In ion::
class::
native::
private
ion
::
class
::
native
::
private
Trait
Sealed
Copy item path
Source
pub trait Sealed: 'static { // Required method fn
type_id
(&self) ->
TypeId
; }
Required Methods
§
Source
fn
type_id
(&self) ->
TypeId
Implementors
§
Source
§
impl<T: 'static>
Sealed
for
TypeIdWrapper
<T>