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