Crate line_notify

Source

Structs§

LineNotify
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 a reqwest::Response on success or a Box<dyn std::error::Error> on failure.