SomeFromExpr
Default implementation of FromExpr[Some]
- Unlifts '{Some(x)}
into Some(Some(x))
if x
is unliftable
- Otherwise unlifts to None
Default implementation of FromExpr[Some]
- Unlifts '{Some(x)}
into Some(Some(x))
if x
is unliftable
- Otherwise unlifts to None