Post

Trait Post 

Source
pub trait Post {
    // Required method
    fn is_streaming(&self) -> bool;
}

Required Methods§

Implementors§