get_backend

Function get_backend 

Source
pub fn get_backend<S: VclBackend<T>, T: VclResponse>(v: &director) -> &S
Expand description

Return the private pointer as a reference to the VclBackend object FIXME: should it return a &mut instead?