Home
last modified time | relevance | path

Searched refs:CacheError (Results 1 – 4 of 4) sorted by relevance

/xiu/protocol/rtmp/src/cache/
H A Derrors.rs26 impl fmt::Display for CacheError { implementation
32 pub struct CacheError { struct
38 CacheError { in from()
44 impl From<H264Error> for CacheError { implementation
46 CacheError { in from()
54 CacheError { in from()
62 CacheError { in from()
70 CacheError { in from()
76 impl From<PackError> for CacheError { implementation
78 CacheError { in from()
[all …]
H A Dmod.rs9 errors::CacheError,
85 ) -> Result<(), CacheError> { in save_audio_data() argument
141 ) -> Result<(), CacheError> { in save_video_data() argument
/xiu/protocol/rtmp/src/session/
H A Derrors.rs4 cache::errors::CacheError,
54 CacheError(#[cause] CacheError), enumerator
180 impl From<CacheError> for SessionError {
181 fn from(error: CacheError) -> Self { in from()
183 value: SessionErrorValue::CacheError(error), in from()
H A Dcommon.rs10 cache::errors::CacheError,
457 ) -> Result<(), CacheError> { in save_video_data() argument
468 ) -> Result<(), CacheError> { in save_audio_data() argument