risingwave_
expr
2.2.0-alpha
Expect
Ext
Required Methods
expect_str
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In risingwave_
expr::
expr::
build
risingwave_expr
::
expr
::
build
Trait
ExpectExt
Copy item path
source
pub(crate) trait ExpectExt<T> { // Required method fn
expect_str
(self, what: &
str
, s: &
str
) -> T; }
Required Methods
§
source
fn
expect_str
(self, what: &
str
, s: &
str
) -> T
Implementations on Foreign Types
§
source
§
impl<T>
ExpectExt
<T> for
Option
<T>
source
§
fn
expect_str
(self, what: &
str
, s: &
str
) -> T
source
§
impl<T, E>
ExpectExt
<T> for
Result
<T, E>
source
§
fn
expect_str
(self, what: &
str
, s: &
str
) -> T
Implementors
§