Improve docs for Sandbox and Application
This commit is contained in:
parent
4c44517556
commit
f5e7e0625e
6 changed files with 123 additions and 108 deletions
|
|
@ -34,7 +34,7 @@ pub trait Application: Sized {
|
|||
type Flags;
|
||||
|
||||
/// Initializes the [`Application`] with the flags provided to
|
||||
/// [`run`] as part of the [`Settings`]:
|
||||
/// [`run`] as part of the [`Settings`].
|
||||
///
|
||||
/// Here is where you should return the initial state of your app.
|
||||
///
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue