Docs.rs
hyprshell-core-lib-4.6.2
hyprshell-core-lib 4.6.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
H3rmt
Dependencies
anyhow ^1.0.99
normal
hyprshell-config-lib =4.6.2
normal
notify ^8.2.0
normal
serde ^1.0.219
normal
serde_json ^1.0.143
normal
tracing ^0.1.41
normal
Versions
9.72%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
Warn
hyprshell_
core_
lib
4.6.2
Warn
Required Methods
warn
Implementations on Foreign Types
Result<A, E>
Implementors
In crate hyprshell_
core_
lib
hyprshell_core_lib
Trait
Warn
Copy item path
Source
pub trait Warn<A> { // Required method fn
warn
(self) ->
Option
<A>; }
Required Methods
§
Source
fn
warn
(self) ->
Option
<A>
Implementations on Foreign Types
§
Source
§
impl<A, E:
Debug
+
Display
>
Warn
<A> for
Result
<A, E>
Source
§
fn
warn
(self) ->
Option
<A>
Implementors
§