Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/cedar-policy/cedar-java
/ as_ref
Method
as_ref
CedarJavaFFI/src/jlist.rs:112–114 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
110
111
impl<
'a, T> AsRef<JObject<'
a>> for List<'a, T> {
112
fn as_ref(&self) -> &JObject<'a> {
113
&self.obj
114
}
115
}
116
117
pub fn jstr_list_to_rust_vec<'a>(
Callers
2
add
Method · 0.45
as_ref_returns_jobject
Function · 0.45
Calls
no outgoing calls
Tested by
1
as_ref_returns_jobject
Function · 0.36