Structs§
- Line
Notify - The
LineNotify
struct holds the configuration necessary for sending notifications to LINE Notify.
Type Aliases§
- MyResult
MyResult
is a type alias representing the outcome of the main operations in this crate. It contains areqwest::Response
on success or aBox<dyn std::error::Error>
on failure.