pub trait CheckIsRc {
    type Output;
    fn check_is_rc(&self) -> Self::Output;
}

Associated Types

Required methods

Implementations on Foreign Types

Implementors