Rename system::information to fetch_information
This commit is contained in:
parent
18ecec2bbd
commit
8643fbef90
2 changed files with 3 additions and 3 deletions
|
|
@ -7,7 +7,7 @@ use iced_graphics::compositor;
|
|||
/// Query for available system information.
|
||||
///
|
||||
/// Returns `None` if not using the `sysinfo` feature flag.
|
||||
pub fn information<Message>(
|
||||
pub fn fetch_information<Message>(
|
||||
f: impl Fn(Option<Information>) -> Message + 'static,
|
||||
) -> Command<Message> {
|
||||
Command::single(command::Action::System(Action::QueryInformation(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue