Crate line_notify

source ·

Structs§

  • The LineNotify struct holds the configuration necessary for sending notifications to LINE Notify.

Type Aliases§

  • 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.