decoder

Attribute Macro decoder 

Source
#[decoder]
Expand description

Implements [std::str::FromStr] for a struct using a delimiter

If no delimiter is specified, then , is chosen as default. Note: All inner fields of the struct need to implement [std::str::FromStr] for the macro to work.