pub trait BalloonProvider<'a> {
// Required method
fn from_map(payload: &'a Value) -> Result<Self, PlistParseError>
where Self: Sized;
}Expand description
Defines behavior for different types of messages that have custom balloons
pub trait BalloonProvider<'a> {
// Required method
fn from_map(payload: &'a Value) -> Result<Self, PlistParseError>
where Self: Sized;
}Defines behavior for different types of messages that have custom balloons