pub fn object_schema_and_name(name: &ObjectName) -> (Option<&Ident>, &Ident)
Expand description
Extract a name into the name and an optional schema.
pub fn object_schema_and_name(name: &ObjectName) -> (Option<&Ident>, &Ident)
Extract a name into the name and an optional schema.