Home
last modified time | relevance | path

Searched refs:NonMediaMsg (Results 1 – 1 of 1) sorted by relevance

/dports/net-im/fractal/fractal-4.4.0/fractal-gtk/src/appop/
H A Dmessage.rs652 struct NonMediaMsg; struct
654 fn attach_file(baseu: Url, tk: AccessToken, mut msg: Message) -> Result<(), NonMediaMsg> { in attach_file() argument
712 _ => Err(NonMediaMsg), in attach_file()