Skip to main content

TDPageBlock

Trait TDPageBlock 

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

Describes a block of an instant view web page

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§