Function ncursesw::wcolor_set[][src]

pub fn wcolor_set<P, T>(
    handle: WINDOW,
    color_pair: P
) -> Result<(), NCurseswError> where
    P: ColorPairType<T>,
    T: ColorAttributeTypes