#[derive(IntoRobj)]
{
// Attributes available to this derive:
#[into_robj]
}
👎Deprecated since 0.8.1: Use
IntoList instead. IntoRobj is too generic - this specifically creates a named list.Expand description
Deprecated: Use IntoList instead.
This is an alias for IntoList maintained for backward compatibility.
IntoRobj is too generic - this macro specifically creates a named list from a struct.