Trait TDPageBlock

Source
pub trait TDPageBlock: Debug + RObject { }
Expand description

Describes a block of an instant view web page

Implementations on Foreign Types§

Source§

impl<'a, PAGEBLOCK: TDPageBlock> TDPageBlock for &'a PAGEBLOCK

Source§

impl<'a, PAGEBLOCK: TDPageBlock> TDPageBlock for &'a mut PAGEBLOCK

Implementors§