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§