pub unsafe extern "C" fn svn_stream_from_stringbuf(
str_: *mut svn_stringbuf_t,
pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Expand description
Return a generic stream connected to stringbuf @a str. Allocate the stream in @a pool.
pub unsafe extern "C" fn svn_stream_from_stringbuf(
str_: *mut svn_stringbuf_t,
pool: *mut apr_pool_t,
) -> *mut svn_stream_t
Return a generic stream connected to stringbuf @a str. Allocate the stream in @a pool.