pyo3
0.23.1
Iter
Option
Kind
Provided Methods
iter_tag
Implementations on Foreign Types
Option<Value>
Implementors
In pyo3::
impl_
::
pymethods
pyo3
::
impl_
::
pymethods
Trait
IterOptionKind
Copy item path
Source
pub trait IterOptionKind { // Provided method fn
iter_tag
(&self) ->
IterOptionTag
{ ... } }
Provided Methods
§
Source
fn
iter_tag
(&self) ->
IterOptionTag
Implementations on Foreign Types
§
Source
§
impl<Value>
IterOptionKind
for
Option
<Value>
Implementors
§
⚠️ Internal Docs ⚠️ Not Public API 👉
Official Docs Here