Trait xloop_android::java::lang::AutoCloseable

source ·
pub trait AutoCloseable: AsRef<JObject> {
    // Provided method
    fn auto_closeable_class(env: Option<&JEnv>) -> Option<JClassID> { ... }
}

Provided Methods§

Object Safety§

This trait is not object safe.

Implementors§