[][src]Trait seed_comp_helpers::helpers::fetch_hooks::UseFetchMsgTrait

pub trait UseFetchMsgTrait {
    fn fetch_message(id: Id, url: String, method: Method) -> Self;
fn fetched_message(id: Id, response: String) -> Self; }

Required methods

fn fetch_message(id: Id, url: String, method: Method) -> Self

fn fetched_message(id: Id, response: String) -> Self

Loading content...

Implementors

Loading content...