Method to get the name for the schema, defaults to [Option::None] if not set
(&self)
| 17 | pub trait EntityName: IdenStatic + Default { |
| 18 | /// Method to get the name for the schema, defaults to [Option::None] if not set |
| 19 | fn schema_name(&self) -> Option<&str> { |
| 20 | None |
| 21 | } |
| 22 | |
| 23 | /// Method to get the comment for the schema, defaults to [Option::None] if not set |
| 24 | fn comment(&self) -> Option<&str> { |
no outgoing calls
no test coverage detected