MCPcopy Create free account
hub / github.com/deviceplug/btleplug / next

Method next

src/droidplug/jni/objects.rs:1075–1077  ·  view source on GitHub ↗
(&mut self)

Source from the content-addressed store, hash-verified

1073 type Item = Result<(jint, JObject<'a>)>;
1074
1075 fn next(&mut self) -> Option<Self::Item> {
1076 self.next_internal().transpose()
1077 }
1078}
1079pub struct JParcelUuid<'a: 'b, 'b> {
1080 internal: JObject<'a>,

Callers 5

newMethod · 0.80
newMethod · 0.80
get_adapterFunction · 0.80
mainFunction · 0.80
mainFunction · 0.80

Calls 1

next_internalMethod · 0.80

Tested by

no test coverage detected