parent
99352f02fd
commit
5cb40dc095
@ -6,11 +6,11 @@ use crate::{executor, Application, Command, Element, Settings, Subscription};
|
|||||||
/// simpler interface than [`Application`].
|
/// simpler interface than [`Application`].
|
||||||
///
|
///
|
||||||
/// Unlike an [`Application`], a [`Sandbox`] cannot run any asynchronous
|
/// Unlike an [`Application`], a [`Sandbox`] cannot run any asynchronous
|
||||||
/// actions. However, both traits are very similar and upgrading from a
|
/// actions or be initialized with some external flags. However, both traits
|
||||||
/// [`Sandbox`] is very straightforward.
|
/// are very similar and upgrading from a [`Sandbox`] is very straightforward.
|
||||||
///
|
///
|
||||||
/// Therefore, it is recommended to always start by implementing this trait and
|
/// Therefore, it is recommended to always start by implementing this trait and
|
||||||
/// upgrade only once you need to perform asynchronous work.
|
/// upgrade only once necessary.
|
||||||
///
|
///
|
||||||
/// [`Application`]: trait.Application.html
|
/// [`Application`]: trait.Application.html
|
||||||
/// [`Sandbox`]: trait.Sandbox.html
|
/// [`Sandbox`]: trait.Sandbox.html
|
||||||
|
Loading…
Reference in New Issue
Block a user