☰
Element
Trait Implementations
ElementExt
In plexus::encoding::ply
?
Type Definition
plexus
::
encoding
::
ply
::
Element
source
·
[
−
]
pub type Element = KeyMap<
Property
>;
Trait Implementations
source
impl
ElementExt
for
Element
source
fn
scalar
<K, T>(&self, key: K) ->
Result
<T,
PlyError
>
where
K:
AsRef
<
str
>,
T:
NumCast
,
source
fn
list
<K, T, I>(&self, key: K) ->
Result
<I,
PlyError
>
where
K:
AsRef
<
str
>,
T:
NumCast
,
I:
FromIterator
<T>,