mirror of
https://github.com/github/codeql.git
synced 2025-12-18 09:43:15 +01:00
39 lines
624 B
Plaintext
39 lines
624 B
Plaintext
#-----| Const
|
|
|
|
#-----| Static
|
|
|
|
#-----| enum X
|
|
|
|
#-----| fn as_string
|
|
|
|
#-----| fn as_string
|
|
|
|
#-----| fn fmt
|
|
|
|
#-----| fn length
|
|
|
|
#-----| impl ...::Display for ...::X { ... }
|
|
#-----| -> fn fmt
|
|
|
|
#-----| impl AsString for ...::X { ... }
|
|
#-----| -> fn as_string
|
|
|
|
lib.rs:
|
|
# 0| mod crate
|
|
#-----| -> mod module
|
|
|
|
#-----| mod module
|
|
#-----| -> Const
|
|
#-----| -> Static
|
|
#-----| -> enum X
|
|
#-----| -> fn length
|
|
#-----| -> impl ...::Display for ...::X { ... }
|
|
#-----| -> impl AsString for ...::X { ... }
|
|
#-----| -> struct X_List
|
|
#-----| -> trait AsString
|
|
|
|
#-----| struct X_List
|
|
|
|
#-----| trait AsString
|
|
#-----| -> fn as_string
|