Type Alias CapTable

Source
pub type CapTable = Vec<Option<Box<dyn ClientHook>>>;

Aliased Typeยง

pub struct CapTable { /* private fields */ }