pub type BoxedResourceFn = Box<dyn for<'a> Fn(&'a str, &'a Context<'a>) -> Pin<Box<dyn Future<Output = Result<ResourceContents, McpError>> + Send + 'a>> + Send + Sync>;Expand description
A boxed async function for resource reading.
Aliased Typeยง
pub struct BoxedResourceFn(/* private fields */);