Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bajrangCoder/setu
/ title
Method
title
src/components/auth_editor.rs:48–50 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
46
47
/// Implement SelectItem for AuthType
48
impl SelectItem for AuthType {
49
type Value = AuthType;
50
51
fn title(&self) -> SharedString {
52
self.as_str().into()
53
}
Callers
nothing calls this directly
Calls
1
as_str
Method · 0.45
Tested by
no test coverage detected