Macro rigetti_pyo3::impl_parse
source ยท macro_rules! impl_parse { ($name: ident) => { ... }; }
Expand description
Implement a method parse for wrapper types that implement FromStr.
See also: impl_from_str.
macro_rules! impl_parse { ($name: ident) => { ... }; }
Implement a method parse for wrapper types that implement FromStr.
See also: impl_from_str.