Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/SeaQL/sea-orm
/ name
Function
name
sea-orm-migration/src/schema.rs:611–613 ·
view source on GitHub ↗
Create an Alias.
(name: T)
Source
from the content-addressed store, hash-verified
609
610
/// Create an Alias.
611
pub fn name<T: Into<String>>(name: T) -> Alias {
612
Alias::new(name)
613
}
Callers
1
as_enum
Method · 0.85
Calls
1
new
Function · 0.50
Tested by
no test coverage detected