Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
K
Kayak UI
Manage
Activity
Members
Labels
Plan
Issues
0
Issue boards
Milestones
Code
Merge requests
0
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Microhacks
Bevy Forks
Kayak UI
78f6e8dd8816f8bbfe46919f2cc9d63c8ab905e0
kayak-ui
src
context.rs
Find file
Normal view
History
Permalink
context.rs
36.5 KiB
Newer
Older
New rewrite merged in!
StarToaster
committed
2 years ago
1001
1002
1003
1004
1005
}
}
impl
Into
<
String
>
for
WidgetName
{
fn
into
(
self
)
->
String
{
More changes to the book and improvements to code quality using clippy!
StarToaster
committed
2 years ago
1006
self
.0
New rewrite merged in!
StarToaster
committed
2 years ago
1007
1008
}
}
Show full blame
Prev
1
2
Next